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 more