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