pub struct NonceScope { /* private fields */ }Expand description
What a nonce authorizes: a command and a set of paths.
Implementations§
Trait Implementations§
Source§impl Clone for NonceScope
impl Clone for NonceScope
Source§fn clone(&self) -> NonceScope
fn clone(&self) -> NonceScope
Returns a duplicate of the value. Read more
1.0.0 · 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 NonceScope
impl RefUnwindSafe for NonceScope
impl Send for NonceScope
impl Sync for NonceScope
impl Unpin for NonceScope
impl UnsafeUnpin for NonceScope
impl UnwindSafe for NonceScope
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