pub enum ExtType {
Image,
None,
}
Variants§
Trait Implementations§
Source§impl Sequence for ExtType
impl Sequence for ExtType
impl Copy for ExtType
impl StructuralPartialEq for ExtType
Auto Trait Implementations§
impl Freeze for ExtType
impl RefUnwindSafe for ExtType
impl Send for ExtType
impl Sync for ExtType
impl Unpin for ExtType
impl UnwindSafe for ExtType
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