pub struct LockState { /* private fields */ }Expand description
The wire type corresponding to LockState.
Trait Implementations§
impl Copy for LockState
Source§impl<___E> Encode<LockState, ___E> for LockStatewhere
___E: ?Sized,
impl<___E> Encode<LockState, ___E> for LockStatewhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<LockState, ___E> for &'a LockStatewhere
___E: ?Sized,
impl<'a, ___E> Encode<LockState, ___E> for &'a LockStatewhere
___E: ?Sized,
Source§impl FromWireRef<LockState> for LockState
impl FromWireRef<LockState> for LockState
Source§fn from_wire_ref(wire: &LockState) -> Self
fn from_wire_ref(wire: &LockState) -> Self
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for LockState
impl RefUnwindSafe for LockState
impl Send for LockState
impl Sync for LockState
impl Unpin for LockState
impl UnsafeUnpin for LockState
impl UnwindSafe for LockState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]