pub struct Etce(/* private fields */);Implementations§
Source§impl Etce
impl Etce
Sourcepub const TRANSNOTCOMP: Self
pub const TRANSNOTCOMP: Self
Transmit incomplete
Trait Implementations§
Source§impl Ord for Etce
impl Ord for Etce
Source§impl PartialOrd for Etce
impl PartialOrd for Etce
impl Copy for Etce
impl Eq for Etce
impl StructuralPartialEq for Etce
Auto Trait Implementations§
impl Freeze for Etce
impl RefUnwindSafe for Etce
impl Send for Etce
impl Sync for Etce
impl Unpin for Etce
impl UnwindSafe for Etce
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