pub struct EUCKREncoder { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for EUCKREncoder
impl RefUnwindSafe for EUCKREncoder
impl Send for EUCKREncoder
impl Sync for EUCKREncoder
impl Unpin for EUCKREncoder
impl UnwindSafe for EUCKREncoder
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