pub enum ProviderConvOrientation {
Row,
Column,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderConvOrientation
impl Clone for ProviderConvOrientation
Source§fn clone(&self) -> ProviderConvOrientation
fn clone(&self) -> ProviderConvOrientation
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 ProviderConvOrientation
impl Debug for ProviderConvOrientation
Source§impl<'de> Deserialize<'de> for ProviderConvOrientation
impl<'de> Deserialize<'de> for ProviderConvOrientation
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 PartialEq for ProviderConvOrientation
impl PartialEq for ProviderConvOrientation
Source§impl Serialize for ProviderConvOrientation
impl Serialize for ProviderConvOrientation
impl Copy for ProviderConvOrientation
impl Eq for ProviderConvOrientation
impl StructuralPartialEq for ProviderConvOrientation
Auto Trait Implementations§
impl Freeze for ProviderConvOrientation
impl RefUnwindSafe for ProviderConvOrientation
impl Send for ProviderConvOrientation
impl Sync for ProviderConvOrientation
impl Unpin for ProviderConvOrientation
impl UnwindSafe for ProviderConvOrientation
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