pub struct IACList2(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IACList2
impl !Sync for IACList2
impl Freeze for IACList2
impl RefUnwindSafe for IACList2
impl Unpin for IACList2
impl UnsafeUnpin for IACList2
impl UnwindSafe for IACList2
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