pub struct KeyExistsError;Expand description
Error returned if attempting to set a key with try_set, and the key already exists.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyExistsError
impl RefUnwindSafe for KeyExistsError
impl Send for KeyExistsError
impl Sync for KeyExistsError
impl Unpin for KeyExistsError
impl UnwindSafe for KeyExistsError
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