pub struct AlbumCreateOperationPayload {
pub data: Box<AlbumCreateOperationPayloadData>,
}Fields§
§data: Box<AlbumCreateOperationPayloadData>Implementations§
Trait Implementations§
Source§impl Clone for AlbumCreateOperationPayload
impl Clone for AlbumCreateOperationPayload
Source§fn clone(&self) -> AlbumCreateOperationPayload
fn clone(&self) -> AlbumCreateOperationPayload
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 AlbumCreateOperationPayload
impl Debug for AlbumCreateOperationPayload
Source§impl Default for AlbumCreateOperationPayload
impl Default for AlbumCreateOperationPayload
Source§fn default() -> AlbumCreateOperationPayload
fn default() -> AlbumCreateOperationPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AlbumCreateOperationPayloadwhere
AlbumCreateOperationPayload: Default,
impl<'de> Deserialize<'de> for AlbumCreateOperationPayloadwhere
AlbumCreateOperationPayload: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AlbumCreateOperationPayload
Auto Trait Implementations§
impl Freeze for AlbumCreateOperationPayload
impl RefUnwindSafe for AlbumCreateOperationPayload
impl Send for AlbumCreateOperationPayload
impl Sync for AlbumCreateOperationPayload
impl Unpin for AlbumCreateOperationPayload
impl UnwindSafe for AlbumCreateOperationPayload
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