pub struct TrackSourceFileCreateOperationPayload {
pub data: Box<TrackSourceFileCreateOperationPayloadData>,
}Fields§
§data: Box<TrackSourceFileCreateOperationPayloadData>Implementations§
Trait Implementations§
Source§impl Clone for TrackSourceFileCreateOperationPayload
impl Clone for TrackSourceFileCreateOperationPayload
Source§fn clone(&self) -> TrackSourceFileCreateOperationPayload
fn clone(&self) -> TrackSourceFileCreateOperationPayload
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 Default for TrackSourceFileCreateOperationPayload
impl Default for TrackSourceFileCreateOperationPayload
Source§fn default() -> TrackSourceFileCreateOperationPayload
fn default() -> TrackSourceFileCreateOperationPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TrackSourceFileCreateOperationPayload
impl<'de> Deserialize<'de> for TrackSourceFileCreateOperationPayload
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
Source§impl PartialEq for TrackSourceFileCreateOperationPayload
impl PartialEq for TrackSourceFileCreateOperationPayload
Source§fn eq(&self, other: &TrackSourceFileCreateOperationPayload) -> bool
fn eq(&self, other: &TrackSourceFileCreateOperationPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TrackSourceFileCreateOperationPayload
Auto Trait Implementations§
impl Freeze for TrackSourceFileCreateOperationPayload
impl RefUnwindSafe for TrackSourceFileCreateOperationPayload
impl Send for TrackSourceFileCreateOperationPayload
impl Sync for TrackSourceFileCreateOperationPayload
impl Unpin for TrackSourceFileCreateOperationPayload
impl UnwindSafe for TrackSourceFileCreateOperationPayload
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