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