pub enum Server_Event {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Server_Event
impl RefUnwindSafe for Server_Event
impl Send for Server_Event
impl Sync for Server_Event
impl Unpin for Server_Event
impl UnwindSafe for Server_Event
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