pub struct ChangePictureRequest<'input> {
    pub picture: u32,
    pub value_list: Cow<'input, ChangePictureAux>,
}Fields§
§picture: u32§value_list: Cow<'input, ChangePictureAux>Implementations§
Source§impl<'input> ChangePictureRequest<'input>
 
impl<'input> ChangePictureRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for ChangePictureRequest<'input>
 
impl<'input> Clone for ChangePictureRequest<'input>
Source§fn clone(&self) -> ChangePictureRequest<'input>
 
fn clone(&self) -> ChangePictureRequest<'input>
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<'input> Debug for ChangePictureRequest<'input>
 
impl<'input> Debug for ChangePictureRequest<'input>
Source§impl<'input> Default for ChangePictureRequest<'input>
 
impl<'input> Default for ChangePictureRequest<'input>
Source§fn default() -> ChangePictureRequest<'input>
 
fn default() -> ChangePictureRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for ChangePictureRequest<'input>
 
impl<'input> Hash for ChangePictureRequest<'input>
Source§impl<'input> Ord for ChangePictureRequest<'input>
 
impl<'input> Ord for ChangePictureRequest<'input>
Source§fn cmp(&self, other: &ChangePictureRequest<'input>) -> Ordering
 
fn cmp(&self, other: &ChangePictureRequest<'input>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialEq for ChangePictureRequest<'input>
 
impl<'input> PartialEq for ChangePictureRequest<'input>
Source§fn eq(&self, other: &ChangePictureRequest<'input>) -> bool
 
fn eq(&self, other: &ChangePictureRequest<'input>) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'input> PartialOrd for ChangePictureRequest<'input>
 
impl<'input> PartialOrd for ChangePictureRequest<'input>
Source§impl<'input> Request for ChangePictureRequest<'input>
 
impl<'input> Request for ChangePictureRequest<'input>
impl<'input> Eq for ChangePictureRequest<'input>
impl<'input> StructuralPartialEq for ChangePictureRequest<'input>
impl<'input> VoidRequest for ChangePictureRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for ChangePictureRequest<'input>
impl<'input> RefUnwindSafe for ChangePictureRequest<'input>
impl<'input> Send for ChangePictureRequest<'input>
impl<'input> Sync for ChangePictureRequest<'input>
impl<'input> Unpin for ChangePictureRequest<'input>
impl<'input> UnwindSafe for ChangePictureRequest<'input>
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