pub struct MachineSessionControlAuthority { /* private fields */ }Expand description
Capability token proving a session-control mutation is routed through
MeerkatMachine authority instead of a public store-only service path.
Trait Implementations§
Source§impl Clone for MachineSessionControlAuthority
impl Clone for MachineSessionControlAuthority
Source§fn clone(&self) -> MachineSessionControlAuthority
fn clone(&self) -> MachineSessionControlAuthority
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 MachineSessionControlAuthority
Auto Trait Implementations§
impl Freeze for MachineSessionControlAuthority
impl RefUnwindSafe for MachineSessionControlAuthority
impl Send for MachineSessionControlAuthority
impl Sync for MachineSessionControlAuthority
impl Unpin for MachineSessionControlAuthority
impl UnsafeUnpin for MachineSessionControlAuthority
impl UnwindSafe for MachineSessionControlAuthority
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