pub enum FindKeyResult {
NotFound,
Unavailable,
Key(Key),
}
Variants§
Auto Trait Implementations§
impl Freeze for FindKeyResult
impl RefUnwindSafe for FindKeyResult
impl Send for FindKeyResult
impl Sync for FindKeyResult
impl Unpin for FindKeyResult
impl UnwindSafe for FindKeyResult
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