pub struct Caller(pub CredentialId);Tuple Fields§
§0: CredentialIdTrait Implementations§
Source§impl From<Caller> for Credential
impl From<Caller> for Credential
Source§impl Identifiable for Caller
impl Identifiable for Caller
fn cred_id(&self) -> CredentialId
fn name(&self) -> CredentialName
Source§impl ReplayProtection for Caller
Available on crate feature replay only.
impl ReplayProtection for Caller
Available on crate feature
replay only.Source§impl Verifiable for Caller
impl Verifiable for Caller
impl StructuralPartialEq for Caller
Auto Trait Implementations§
impl Freeze for Caller
impl RefUnwindSafe for Caller
impl Send for Caller
impl Sync for Caller
impl Unpin for Caller
impl UnwindSafe for Caller
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