Enum torin::values::direction::DirectionMode
source · pub enum DirectionMode {
Vertical,
Horizontal,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DirectionMode
impl Clone for DirectionMode
source§fn clone(&self) -> DirectionMode
fn clone(&self) -> DirectionMode
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 DirectionMode
impl Debug for DirectionMode
source§impl Default for DirectionMode
impl Default for DirectionMode
source§fn default() -> DirectionMode
fn default() -> DirectionMode
Returns the “default value” for a type. Read more
source§impl PartialEq for DirectionMode
impl PartialEq for DirectionMode
source§fn eq(&self, other: &DirectionMode) -> bool
fn eq(&self, other: &DirectionMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DirectionMode
Auto Trait Implementations§
impl RefUnwindSafe for DirectionMode
impl Send for DirectionMode
impl Sync for DirectionMode
impl Unpin for DirectionMode
impl UnwindSafe for DirectionMode
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.