pub enum DataLabelPositionType {
BestFit,
B,
Ctr,
InBase,
InEnd,
L,
OutEnd,
R,
T,
}Variants§
Trait Implementations§
Source§impl Clone for DataLabelPositionType
impl Clone for DataLabelPositionType
Source§fn clone(&self) -> DataLabelPositionType
fn clone(&self) -> DataLabelPositionType
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 DataLabelPositionType
impl Debug for DataLabelPositionType
Source§impl<'de> Deserialize<'de> for DataLabelPositionType
impl<'de> Deserialize<'de> for DataLabelPositionType
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 DataLabelPositionType
impl Display for DataLabelPositionType
Source§impl FromStr for DataLabelPositionType
impl FromStr for DataLabelPositionType
Source§impl PartialEq for DataLabelPositionType
impl PartialEq for DataLabelPositionType
Source§impl Serialize for DataLabelPositionType
impl Serialize for DataLabelPositionType
impl Copy for DataLabelPositionType
impl Eq for DataLabelPositionType
impl StructuralPartialEq for DataLabelPositionType
Auto Trait Implementations§
impl Freeze for DataLabelPositionType
impl RefUnwindSafe for DataLabelPositionType
impl Send for DataLabelPositionType
impl Sync for DataLabelPositionType
impl Unpin for DataLabelPositionType
impl UnsafeUnpin for DataLabelPositionType
impl UnwindSafe for DataLabelPositionType
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