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