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