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