pub struct SecretsSessionContextInit {}Trait Implementations§
Source§impl Clone for SecretsSessionContextInit
impl Clone for SecretsSessionContextInit
Source§fn clone(&self) -> SecretsSessionContextInit
fn clone(&self) -> SecretsSessionContextInit
Returns a copy 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 moreSource§impl From<SecretsSessionContextInit> for Arc<RwLock<SecretsSessionContext>>
impl From<SecretsSessionContextInit> for Arc<RwLock<SecretsSessionContext>>
Source§fn from(_: SecretsSessionContextInit) -> Self
fn from(_: SecretsSessionContextInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecretsSessionContextInit
impl RefUnwindSafe for SecretsSessionContextInit
impl Send for SecretsSessionContextInit
impl Sync for SecretsSessionContextInit
impl Unpin for SecretsSessionContextInit
impl UnwindSafe for SecretsSessionContextInit
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