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