Enum fontconfig_parser::TernaryOp
source · pub enum TernaryOp {
If,
}
Variants§
If
Trait Implementations§
source§impl PartialEq<TernaryOp> for TernaryOp
impl PartialEq<TernaryOp> for TernaryOp
impl Copy for TernaryOp
impl Eq for TernaryOp
impl StructuralEq for TernaryOp
impl StructuralPartialEq for TernaryOp
Auto Trait Implementations§
impl RefUnwindSafe for TernaryOp
impl Send for TernaryOp
impl Sync for TernaryOp
impl Unpin for TernaryOp
impl UnwindSafe for TernaryOp
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