pub enum FaceSelectionMethod {
UseActiveFace,
UsePrimaryFace,
Combine,
}Expand description
How a split/transform/modal card selects which face to show.
Mirrors Java CardSplitType.FaceSelectionMethod.
Variants§
Trait Implementations§
Source§impl Clone for FaceSelectionMethod
impl Clone for FaceSelectionMethod
Source§fn clone(&self) -> FaceSelectionMethod
fn clone(&self) -> FaceSelectionMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FaceSelectionMethod
Source§impl Debug for FaceSelectionMethod
impl Debug for FaceSelectionMethod
Source§impl<'de> Deserialize<'de> for FaceSelectionMethod
impl<'de> Deserialize<'de> for FaceSelectionMethod
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
impl Eq for FaceSelectionMethod
Source§impl Hash for FaceSelectionMethod
impl Hash for FaceSelectionMethod
Source§impl PartialEq for FaceSelectionMethod
impl PartialEq for FaceSelectionMethod
Source§impl Serialize for FaceSelectionMethod
impl Serialize for FaceSelectionMethod
impl StructuralPartialEq for FaceSelectionMethod
Auto Trait Implementations§
impl Freeze for FaceSelectionMethod
impl RefUnwindSafe for FaceSelectionMethod
impl Send for FaceSelectionMethod
impl Sync for FaceSelectionMethod
impl Unpin for FaceSelectionMethod
impl UnsafeUnpin for FaceSelectionMethod
impl UnwindSafe for FaceSelectionMethod
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