pub struct LockState(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
source§impl Ord for LockState
impl Ord for LockState
source§impl PartialEq for LockState
impl PartialEq for LockState
source§impl PartialOrd for LockState
impl PartialOrd for LockState
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for LockState
impl TSerializable for LockState
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
fn read_from_in_protocol(i_prot: &mut dyn TInputProtocol) -> Result<LockState>
impl Copy for LockState
impl Eq for LockState
impl StructuralEq for LockState
impl StructuralPartialEq for LockState
Auto Trait Implementations§
impl RefUnwindSafe for LockState
impl Send for LockState
impl Sync for LockState
impl Unpin 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