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