pub struct AlreadyInitialized(/* private fields */);
Expand description
Errors returned by set_global_timer
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlreadyInitialized
impl RefUnwindSafe for AlreadyInitialized
impl Send for AlreadyInitialized
impl Sync for AlreadyInitialized
impl Unpin for AlreadyInitialized
impl UnwindSafe for AlreadyInitialized
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