pub enum UnsupportedOption {
MaxPinLength,
HmacSecret,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnsupportedOption
impl RefUnwindSafe for UnsupportedOption
impl Send for UnsupportedOption
impl Sync for UnsupportedOption
impl Unpin for UnsupportedOption
impl UnwindSafe for UnsupportedOption
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