Enum tfm::FaceExpansion
source · pub enum FaceExpansion {
Regular,
Condensed,
Extended,
}
Variants§
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for FaceExpansion
impl<'arbitrary> Arbitrary<'arbitrary> for FaceExpansion
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl Clone for FaceExpansion
impl Clone for FaceExpansion
source§fn clone(&self) -> FaceExpansion
fn clone(&self) -> FaceExpansion
Returns a copy 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 FaceExpansion
impl Debug for FaceExpansion
source§impl PartialEq<FaceExpansion> for FaceExpansion
impl PartialEq<FaceExpansion> for FaceExpansion
source§fn eq(&self, other: &FaceExpansion) -> bool
fn eq(&self, other: &FaceExpansion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FaceExpansion
impl Eq for FaceExpansion
impl StructuralEq for FaceExpansion
impl StructuralPartialEq for FaceExpansion
Auto Trait Implementations§
impl RefUnwindSafe for FaceExpansion
impl Send for FaceExpansion
impl Sync for FaceExpansion
impl Unpin for FaceExpansion
impl UnwindSafe for FaceExpansion
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