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