pub struct AsServer;Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsServer
impl RefUnwindSafe for AsServer
impl Send for AsServer
impl Sync for AsServer
impl Unpin for AsServer
impl UnwindSafe for AsServer
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