pub struct ServerSetup(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for ServerSetup
impl RefUnwindSafe for ServerSetup
impl Send for ServerSetup
impl Sync for ServerSetup
impl Unpin for ServerSetup
impl UnsafeUnpin for ServerSetup
impl UnwindSafe for ServerSetup
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