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