pub struct AlarmRef { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlarmRef
impl RefUnwindSafe for AlarmRef
impl Send for AlarmRef
impl Sync for AlarmRef
impl Unpin for AlarmRef
impl UnsafeUnpin for AlarmRef
impl UnwindSafe for AlarmRef
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