pub struct Client { /* private fields */ }Trait Implementations§
Source§impl CliServ for Client
impl CliServ for Client
fn is_client() -> bool
fn try_client(&self) -> Option<&Client>
fn try_mut_client(&mut self) -> Option<&mut Client>
fn dispatch_into_event<'a, 'g>( runner: &'g mut Runner<'a, Self>, disp: DispatchEvent, ) -> Result<Event<'g, 'a>>
fn try_server(&self) -> Option<&Server>
fn try_mut_server(&mut self) -> Option<&mut Server>
Auto Trait Implementations§
impl Freeze for Client
impl RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl UnwindSafe for Client
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