pub enum OutgoingItemDirection {
Left,
Right,
}
Variants§
Trait Implementations§
source§impl Clone for OutgoingItemDirection
impl Clone for OutgoingItemDirection
source§fn clone(&self) -> OutgoingItemDirection
fn clone(&self) -> OutgoingItemDirection
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 PartialEq<OutgoingItemDirection> for OutgoingItemDirection
impl PartialEq<OutgoingItemDirection> for OutgoingItemDirection
source§fn eq(&self, other: &OutgoingItemDirection) -> bool
fn eq(&self, other: &OutgoingItemDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OutgoingItemDirection
impl StructuralEq for OutgoingItemDirection
impl StructuralPartialEq for OutgoingItemDirection
Auto Trait Implementations§
impl RefUnwindSafe for OutgoingItemDirection
impl Send for OutgoingItemDirection
impl Sync for OutgoingItemDirection
impl Unpin for OutgoingItemDirection
impl UnwindSafe for OutgoingItemDirection
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