pub struct Octet;
Expand description
Represents the terminal symbol octet
Trait Implementations§
Source§impl Ord for Octet
impl Ord for Octet
Source§impl PartialOrd for Octet
impl PartialOrd for Octet
impl Copy for Octet
impl Eq for Octet
impl StructuralPartialEq for Octet
Auto Trait Implementations§
impl Freeze for Octet
impl RefUnwindSafe for Octet
impl Send for Octet
impl Sync for Octet
impl Unpin for Octet
impl UnwindSafe for Octet
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