pub enum ImagesFormat {
Table,
Json,
}
Expand description
Images output format
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ImagesFormat
impl Clone for ImagesFormat
Source§fn clone(&self) -> ImagesFormat
fn clone(&self) -> ImagesFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImagesFormat
impl Debug for ImagesFormat
impl Copy for ImagesFormat
Auto Trait Implementations§
impl Freeze for ImagesFormat
impl RefUnwindSafe for ImagesFormat
impl Send for ImagesFormat
impl Sync for ImagesFormat
impl Unpin for ImagesFormat
impl UnwindSafe for ImagesFormat
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