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 duplicate 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 for ClientScope
impl PartialEq for ClientScope
impl Eq for ClientScope
impl StructuralPartialEq for ClientScope
Auto Trait Implementations§
impl Freeze for ClientScope
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