Struct adapter::LockedState
source · pub struct LockedState;
Expand description
The Locked
state of the crate::Adapter
.
See crate::client::Locked
Trait Implementations
sourceimpl Clone for LockedState
impl Clone for LockedState
sourcefn clone(&self) -> LockedState
fn clone(&self) -> LockedState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LockedState
impl Debug for LockedState
impl Copy for LockedState
Auto Trait Implementations
impl RefUnwindSafe for LockedState
impl Send for LockedState
impl Sync for LockedState
impl Unpin for LockedState
impl UnwindSafe for LockedState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more