pub struct KeyNotSetError;Expand description
An error when attempting to perform an action that requires the SpecialAttributes::key to be
set.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyNotSetError
impl RefUnwindSafe for KeyNotSetError
impl Send for KeyNotSetError
impl Sync for KeyNotSetError
impl Unpin for KeyNotSetError
impl UnsafeUnpin for KeyNotSetError
impl UnwindSafe for KeyNotSetError
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