pub struct PlatoClient { /* private fields */ }Expand description
The PLATO MUD client
Implementations§
Source§impl PlatoClient
impl PlatoClient
Auto Trait Implementations§
impl Freeze for PlatoClient
impl RefUnwindSafe for PlatoClient
impl Send for PlatoClient
impl Sync for PlatoClient
impl Unpin for PlatoClient
impl UnsafeUnpin for PlatoClient
impl UnwindSafe for PlatoClient
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