pub struct RFIDEvent {
pub uid: Option<Vec<u8>>,
}Fields§
§uid: Option<Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RFIDEvent
impl RefUnwindSafe for RFIDEvent
impl Send for RFIDEvent
impl Sync for RFIDEvent
impl Unpin for RFIDEvent
impl UnwindSafe for RFIDEvent
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