Enum fontconfig_parser::TernaryOp
source · [−]pub enum TernaryOp {
If,
}
Variants
If
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more