pub struct AuthMachineAuthoritySnapshot { /* private fields */ }Implementations§
Source§impl AuthMachineAuthoritySnapshot
impl AuthMachineAuthoritySnapshot
pub fn state(&self) -> &AuthMachineState
Trait Implementations§
Source§impl Clone for AuthMachineAuthoritySnapshot
impl Clone for AuthMachineAuthoritySnapshot
Source§fn clone(&self) -> AuthMachineAuthoritySnapshot
fn clone(&self) -> AuthMachineAuthoritySnapshot
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 moreAuto Trait Implementations§
impl Freeze for AuthMachineAuthoritySnapshot
impl RefUnwindSafe for AuthMachineAuthoritySnapshot
impl Send for AuthMachineAuthoritySnapshot
impl Sync for AuthMachineAuthoritySnapshot
impl Unpin for AuthMachineAuthoritySnapshot
impl UnsafeUnpin for AuthMachineAuthoritySnapshot
impl UnwindSafe for AuthMachineAuthoritySnapshot
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