Enum extensions_rs::Extension
source · pub enum Extension {
Image(Image),
None,
}Variants§
Implementations§
Trait Implementations§
source§impl Ord for Extension
impl Ord for Extension
source§impl PartialEq for Extension
impl PartialEq for Extension
source§impl PartialOrd for Extension
impl PartialOrd for Extension
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Sequence for Extension
impl Sequence for Extension
impl Copy for Extension
impl Eq for Extension
impl StructuralPartialEq for Extension
Auto Trait Implementations§
impl RefUnwindSafe for Extension
impl Send for Extension
impl Sync for Extension
impl Unpin for Extension
impl UnwindSafe for Extension
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