pub enum CompositionType {
RuleOfThirds,
Centered,
Diagonal,
Symmetrical,
Asymmetrical,
}Expand description
Composition types
Variants§
Trait Implementations§
Source§impl Clone for CompositionType
impl Clone for CompositionType
Source§fn clone(&self) -> CompositionType
fn clone(&self) -> CompositionType
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 CompositionType
impl Debug for CompositionType
Source§impl<'de> Deserialize<'de> for CompositionType
impl<'de> Deserialize<'de> for CompositionType
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 Serialize for CompositionType
impl Serialize for CompositionType
impl Copy for CompositionType
Auto Trait Implementations§
impl Freeze for CompositionType
impl RefUnwindSafe for CompositionType
impl Send for CompositionType
impl Sync for CompositionType
impl Unpin for CompositionType
impl UnwindSafe for CompositionType
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