Struct adapter::UnlockedState
source · pub struct UnlockedState;
Expand description
The Unlocked
state of the crate::Adapter
.
See crate::client::Unlocked
Trait Implementations
sourceimpl Clone for UnlockedState
impl Clone for UnlockedState
sourcefn clone(&self) -> UnlockedState
fn clone(&self) -> UnlockedState
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 UnlockedState
impl Debug for UnlockedState
impl Copy for UnlockedState
Auto Trait Implementations
impl RefUnwindSafe for UnlockedState
impl Send for UnlockedState
impl Sync for UnlockedState
impl Unpin for UnlockedState
impl UnwindSafe for UnlockedState
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