Enum rustable::gatt::server::ShouldNotify [−][src]
pub enum ShouldNotify {
Yes,
WithSpecialValue(AttValue),
No,
}Variants
WithSpecialValue(AttValue)pub enum ShouldNotify {
Yes,
WithSpecialValue(AttValue),
No,
}WithSpecialValue(AttValue)impl RefUnwindSafe for ShouldNotifyimpl Send for ShouldNotifyimpl Sync for ShouldNotifyimpl Unpin for ShouldNotifyimpl UnwindSafe for ShouldNotify