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§
source§impl Clone for AnonymousIdentity
impl Clone for AnonymousIdentity
source§fn clone(&self) -> AnonymousIdentity
fn clone(&self) -> AnonymousIdentity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AnonymousIdentity
impl Debug for AnonymousIdentity
source§impl 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§
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