pub struct RegisteredAuthority { /* private fields */ }Expand description
Registry handle for one accounting authority.
Implementations§
Trait Implementations§
Source§impl Clone for RegisteredAuthority
impl Clone for RegisteredAuthority
Source§fn clone(&self) -> RegisteredAuthority
fn clone(&self) -> RegisteredAuthority
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 RegisteredAuthority
Source§impl Debug for RegisteredAuthority
impl Debug for RegisteredAuthority
impl Eq for RegisteredAuthority
Source§impl Hash for RegisteredAuthority
impl Hash for RegisteredAuthority
Source§impl PartialEq for RegisteredAuthority
impl PartialEq for RegisteredAuthority
impl StructuralPartialEq for RegisteredAuthority
Auto Trait Implementations§
impl Freeze for RegisteredAuthority
impl RefUnwindSafe for RegisteredAuthority
impl Send for RegisteredAuthority
impl Sync for RegisteredAuthority
impl Unpin for RegisteredAuthority
impl UnsafeUnpin for RegisteredAuthority
impl UnwindSafe for RegisteredAuthority
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