pub struct Enc { /* private fields */ }Expand description
QDC
Implementations§
Trait Implementations§
impl Copy for Enc
impl Eq for Enc
impl Send for Enc
impl StructuralPartialEq for Enc
impl Sync for Enc
Auto Trait Implementations§
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