pub struct DidRoot(/* private fields */);Expand description
This is like an account UUID, it provides a unique identifier for the account. Changing it is impossible.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DidRoot
impl RefUnwindSafe for DidRoot
impl Send for DidRoot
impl Sync for DidRoot
impl Unpin for DidRoot
impl UnwindSafe for DidRoot
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