pub struct AuthorityIdentity(/* private fields */);Trait Implementations§
Source§impl Clone for AuthorityIdentity
impl Clone for AuthorityIdentity
Source§fn clone(&self) -> AuthorityIdentity
fn clone(&self) -> AuthorityIdentity
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 AuthorityIdentity
Source§impl Debug for AuthorityIdentity
impl Debug for AuthorityIdentity
impl Eq for AuthorityIdentity
Source§impl Hash for AuthorityIdentity
impl Hash for AuthorityIdentity
Source§impl PartialEq for AuthorityIdentity
impl PartialEq for AuthorityIdentity
impl StructuralPartialEq for AuthorityIdentity
Auto Trait Implementations§
impl Freeze for AuthorityIdentity
impl RefUnwindSafe for AuthorityIdentity
impl Send for AuthorityIdentity
impl Sync for AuthorityIdentity
impl Unpin for AuthorityIdentity
impl UnsafeUnpin for AuthorityIdentity
impl UnwindSafe for AuthorityIdentity
Blanket Implementations§
impl<T> BindingResource for T
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