pub enum PhotoCodec {
WEBP,
}Variants§
WEBP
Implementations§
Source§impl PhotoCodec
impl PhotoCodec
pub fn to_container_str(&self) -> &str
Trait Implementations§
Source§impl Default for PhotoCodec
impl Default for PhotoCodec
Source§fn default() -> PhotoCodec
fn default() -> PhotoCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PhotoCodec
impl RefUnwindSafe for PhotoCodec
impl Send for PhotoCodec
impl Sync for PhotoCodec
impl Unpin for PhotoCodec
impl UnsafeUnpin for PhotoCodec
impl UnwindSafe for PhotoCodec
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