pub enum CommandDirection {
ToClient,
ToServer,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CommandDirection
impl Clone for CommandDirection
Source§fn clone(&self) -> CommandDirection
fn clone(&self) -> CommandDirection
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 CommandDirection
impl Debug for CommandDirection
Source§impl PartialEq for CommandDirection
impl PartialEq for CommandDirection
impl Copy for CommandDirection
impl StructuralPartialEq for CommandDirection
Auto Trait Implementations§
impl Freeze for CommandDirection
impl RefUnwindSafe for CommandDirection
impl Send for CommandDirection
impl Sync for CommandDirection
impl Unpin for CommandDirection
impl UnwindSafe for CommandDirection
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