pub enum Itemsizing {
Trace,
Constant,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Itemsizing
impl RefUnwindSafe for Itemsizing
impl Send for Itemsizing
impl Sync for Itemsizing
impl Unpin for Itemsizing
impl UnwindSafe for Itemsizing
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