pub enum RemoteServiceEvent {
OnCharacteristicValueUpdated {
id: u64,
value: Vec<u8>,
},
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RemoteServiceEvent
impl Send for RemoteServiceEvent
impl Sync for RemoteServiceEvent
impl Unpin for RemoteServiceEvent
impl UnwindSafe for RemoteServiceEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more