pub struct AlarmResult { /* private fields */ }Trait Implementations§
Source§impl Clone for AlarmResult
impl Clone for AlarmResult
Source§fn clone(&self) -> AlarmResult
fn clone(&self) -> AlarmResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AlarmResult
impl RefUnwindSafe for AlarmResult
impl Send for AlarmResult
impl Sync for AlarmResult
impl Unpin for AlarmResult
impl UnsafeUnpin for AlarmResult
impl UnwindSafe for AlarmResult
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