pub enum FaceSlope {
Roman,
Italic,
}
Variants§
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for FaceSlope
impl<'arbitrary> Arbitrary<'arbitrary> for FaceSlope
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 PartialEq<FaceSlope> for FaceSlope
impl PartialEq<FaceSlope> for FaceSlope
impl Copy for FaceSlope
impl Eq for FaceSlope
impl StructuralEq for FaceSlope
impl StructuralPartialEq for FaceSlope
Auto Trait Implementations§
impl RefUnwindSafe for FaceSlope
impl Send for FaceSlope
impl Sync for FaceSlope
impl Unpin for FaceSlope
impl UnwindSafe for FaceSlope
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