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