pub struct SecretGrant { /* private fields */ }Expand description
What a single tool may read.
Implementations§
Source§impl SecretGrant
impl SecretGrant
Trait Implementations§
Source§impl Clone for SecretGrant
impl Clone for SecretGrant
Source§fn clone(&self) -> SecretGrant
fn clone(&self) -> SecretGrant
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 moreSource§impl Debug for SecretGrant
impl Debug for SecretGrant
Source§impl Default for SecretGrant
impl Default for SecretGrant
Source§fn default() -> SecretGrant
fn default() -> SecretGrant
Returns the “default value” for a type. Read more
impl Eq for SecretGrant
Source§impl PartialEq for SecretGrant
impl PartialEq for SecretGrant
impl StructuralPartialEq for SecretGrant
Auto Trait Implementations§
impl Freeze for SecretGrant
impl RefUnwindSafe for SecretGrant
impl Send for SecretGrant
impl Sync for SecretGrant
impl Unpin for SecretGrant
impl UnsafeUnpin for SecretGrant
impl UnwindSafe for SecretGrant
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