pub struct GetFullviewUrlOptions {
pub quality: Option<u8>,
pub strp: Option<bool>,
pub png: bool,
}Fields§
§quality: Option<u8>§strp: Option<bool>§png: boolImplementations§
Trait Implementations§
Source§impl Clone for GetFullviewUrlOptions
impl Clone for GetFullviewUrlOptions
Source§fn clone(&self) -> GetFullviewUrlOptions
fn clone(&self) -> GetFullviewUrlOptions
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 GetFullviewUrlOptions
impl Debug for GetFullviewUrlOptions
Auto Trait Implementations§
impl Freeze for GetFullviewUrlOptions
impl RefUnwindSafe for GetFullviewUrlOptions
impl Send for GetFullviewUrlOptions
impl Sync for GetFullviewUrlOptions
impl Unpin for GetFullviewUrlOptions
impl UnwindSafe for GetFullviewUrlOptions
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