Enum ssip_client_async::ClientScope
source · pub enum ClientScope {
Current,
All,
Client(u32),
}
Expand description
Client identifiers
Variants§
Trait Implementations§
source§impl Clone for ClientScope
impl Clone for ClientScope
source§fn clone(&self) -> ClientScope
fn clone(&self) -> ClientScope
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClientScope
impl Debug for ClientScope
source§impl Display for ClientScope
impl Display for ClientScope
source§impl Hash for ClientScope
impl Hash for ClientScope
source§impl PartialEq<ClientScope> for ClientScope
impl PartialEq<ClientScope> for ClientScope
source§fn eq(&self, other: &ClientScope) -> bool
fn eq(&self, other: &ClientScope) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ClientScope
impl StructuralEq for ClientScope
impl StructuralPartialEq for ClientScope
Auto Trait Implementations§
impl RefUnwindSafe for ClientScope
impl Send for ClientScope
impl Sync for ClientScope
impl Unpin for ClientScope
impl UnwindSafe for ClientScope
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