pub struct MinetestConnectionRecord {}
Expand description
This is owned by the MinetestServer
Auto Trait Implementations§
impl Freeze for MinetestConnectionRecord
impl RefUnwindSafe for MinetestConnectionRecord
impl Send for MinetestConnectionRecord
impl Sync for MinetestConnectionRecord
impl Unpin for MinetestConnectionRecord
impl UnwindSafe for MinetestConnectionRecord
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