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