pub enum GifMode {
Ignore,
Record,
}Variants§
Trait Implementations§
impl Eq for GifMode
impl StructuralPartialEq for GifMode
Auto Trait Implementations§
impl Freeze for GifMode
impl RefUnwindSafe for GifMode
impl Send for GifMode
impl Sync for GifMode
impl Unpin for GifMode
impl UnwindSafe for GifMode
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