Struct ic_agent::identity::AnonymousIdentity
source · [−]pub struct AnonymousIdentity;Expand description
The anonymous identity.
The caller will be represented as Principal::anonymous, or 2vxsx-fae.
Trait Implementations
sourceimpl Clone for AnonymousIdentity
impl Clone for AnonymousIdentity
sourcefn clone(&self) -> AnonymousIdentity
fn clone(&self) -> AnonymousIdentity
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AnonymousIdentity
impl Debug for AnonymousIdentity
sourceimpl Identity for AnonymousIdentity
impl Identity for AnonymousIdentity
impl Copy for AnonymousIdentity
Auto Trait Implementations
impl RefUnwindSafe for AnonymousIdentity
impl Send for AnonymousIdentity
impl Sync for AnonymousIdentity
impl Unpin for AnonymousIdentity
impl UnwindSafe for AnonymousIdentity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more