pub struct NoIdentity;Expand description
Identity disabled — the default. Paths only; no ID is ever minted or written.
Trait Implementations§
Source§impl Clone for NoIdentity
impl Clone for NoIdentity
Source§fn clone(&self) -> NoIdentity
fn clone(&self) -> NoIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoIdentity
Source§impl Debug for NoIdentity
impl Debug for NoIdentity
Source§impl Default for NoIdentity
impl Default for NoIdentity
Source§fn default() -> NoIdentity
fn default() -> NoIdentity
Returns the “default value” for a type. Read more
Source§impl IdentityPolicy for NoIdentity
impl IdentityPolicy for NoIdentity
Source§fn registration(&self) -> Registration
fn registration(&self) -> Registration
The registration trigger set for this policy.
Auto Trait Implementations§
impl Freeze for NoIdentity
impl RefUnwindSafe for NoIdentity
impl Send for NoIdentity
impl Sync for NoIdentity
impl Unpin for NoIdentity
impl UnsafeUnpin for NoIdentity
impl UnwindSafe for NoIdentity
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