pub struct UpdateViewRequest {
pub page_size: Option<i32>,
pub order: Option<String>,
pub order_direction: Option<String>,
pub view: Option<String>,
pub thumbnail: Option<bool>,
pub gallery_width: Option<i32>,
}Fields§
§page_size: Option<i32>§order: Option<String>§order_direction: Option<String>§view: Option<String>§thumbnail: Option<bool>§gallery_width: Option<i32>Trait Implementations§
Source§impl Debug for UpdateViewRequest
impl Debug for UpdateViewRequest
Auto Trait Implementations§
impl Freeze for UpdateViewRequest
impl RefUnwindSafe for UpdateViewRequest
impl Send for UpdateViewRequest
impl Sync for UpdateViewRequest
impl Unpin for UpdateViewRequest
impl UnwindSafe for UpdateViewRequest
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