pub struct LongItemInfo2;Trait Implementations§
impl SimpleTrait for LongItemInfo2
Available on Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD only.
Some docs.
Auto Trait Implementations§
impl Freeze for LongItemInfo2
impl RefUnwindSafe for LongItemInfo2
impl Send for LongItemInfo2
impl Sync for LongItemInfo2
impl Unpin for LongItemInfo2
impl UnsafeUnpin for LongItemInfo2
impl UnwindSafe for LongItemInfo2
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