pub struct ItemWrapper {
pub item: Item,
/* private fields */
}Fields§
§item: ItemImplementations§
Source§impl ItemWrapper
impl ItemWrapper
Trait Implementations§
Source§impl Debug for ItemWrapper
impl Debug for ItemWrapper
Auto Trait Implementations§
impl Freeze for ItemWrapper
impl RefUnwindSafe for ItemWrapper
impl Send for ItemWrapper
impl Sync for ItemWrapper
impl Unpin for ItemWrapper
impl UnwindSafe for ItemWrapper
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