pub struct LockedItem { /* private fields */ }Expand description
A locked variant of UnlockedItem
Implementations§
Source§impl LockedItem
impl LockedItem
Trait Implementations§
Source§impl Clone for LockedItem
impl Clone for LockedItem
Source§fn clone(&self) -> LockedItem
fn clone(&self) -> LockedItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LockedItem
impl Debug for LockedItem
Source§impl From<LockedItem> for Item
impl From<LockedItem> for Item
Source§fn from(item: LockedItem) -> Self
fn from(item: LockedItem) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LockedItem
impl RefUnwindSafe for LockedItem
impl Send for LockedItem
impl Sync for LockedItem
impl Unpin for LockedItem
impl UnsafeUnpin for LockedItem
impl UnwindSafe for LockedItem
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