pub struct CallOnceError;
Expand description
The CallOnceError
error indicates that CallOnce::call_once
has been called more than once.
Trait Implementations§
Source§impl Debug for CallOnceError
impl Debug for CallOnceError
Auto Trait Implementations§
impl Freeze for CallOnceError
impl RefUnwindSafe for CallOnceError
impl Send for CallOnceError
impl Sync for CallOnceError
impl Unpin for CallOnceError
impl UnwindSafe for CallOnceError
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