pub enum BarDirectionType {
Bar,
Col,
}Variants§
Trait Implementations§
Source§impl Clone for BarDirectionType
impl Clone for BarDirectionType
Source§fn clone(&self) -> BarDirectionType
fn clone(&self) -> BarDirectionType
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 BarDirectionType
impl Debug for BarDirectionType
Source§impl<'de> Deserialize<'de> for BarDirectionType
impl<'de> Deserialize<'de> for BarDirectionType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BarDirectionType
impl Display for BarDirectionType
Source§impl FromStr for BarDirectionType
impl FromStr for BarDirectionType
Source§impl PartialEq for BarDirectionType
impl PartialEq for BarDirectionType
Source§impl Serialize for BarDirectionType
impl Serialize for BarDirectionType
impl Copy for BarDirectionType
impl Eq for BarDirectionType
impl StructuralPartialEq for BarDirectionType
Auto Trait Implementations§
impl Freeze for BarDirectionType
impl RefUnwindSafe for BarDirectionType
impl Send for BarDirectionType
impl Sync for BarDirectionType
impl Unpin for BarDirectionType
impl UnsafeUnpin for BarDirectionType
impl UnwindSafe for BarDirectionType
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