pub enum KeyIdentifierMode {
Implicit,
Explicit,
Unknown,
}
Variants§
Auto Trait Implementations§
impl Freeze for KeyIdentifierMode
impl RefUnwindSafe for KeyIdentifierMode
impl Send for KeyIdentifierMode
impl Sync for KeyIdentifierMode
impl Unpin for KeyIdentifierMode
impl UnwindSafe for KeyIdentifierMode
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