pub enum DidMethod {
Key,
Web,
}Variants§
Trait Implementations§
impl Copy for DidMethod
impl Eq for DidMethod
impl StructuralPartialEq for DidMethod
Auto Trait Implementations§
impl Freeze for DidMethod
impl RefUnwindSafe for DidMethod
impl Send for DidMethod
impl Sync for DidMethod
impl Unpin for DidMethod
impl UnwindSafe for DidMethod
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