pub struct CommandSelector { /* private fields */ }Expand description
Declarative selector for a command path.
Implementations§
Trait Implementations§
Source§impl Clone for CommandSelector
impl Clone for CommandSelector
Source§fn clone(&self) -> CommandSelector
fn clone(&self) -> CommandSelector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommandSelector
Source§impl Debug for CommandSelector
impl Debug for CommandSelector
impl Eq for CommandSelector
Source§impl PartialEq for CommandSelector
impl PartialEq for CommandSelector
Source§fn eq(&self, other: &CommandSelector) -> bool
fn eq(&self, other: &CommandSelector) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommandSelector
Auto Trait Implementations§
impl Freeze for CommandSelector
impl RefUnwindSafe for CommandSelector
impl Send for CommandSelector
impl Sync for CommandSelector
impl Unpin for CommandSelector
impl UnsafeUnpin for CommandSelector
impl UnwindSafe for CommandSelector
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