pub struct VersionedFlowSnapshotMetadataSetEntity {
pub versioned_flow_snapshot_metadata_set: Option<Vec<VersionedFlowSnapshotMetadataEntity>>,
}Fields§
§versioned_flow_snapshot_metadata_set: Option<Vec<VersionedFlowSnapshotMetadataEntity>>Trait Implementations§
Source§impl Clone for VersionedFlowSnapshotMetadataSetEntity
impl Clone for VersionedFlowSnapshotMetadataSetEntity
Source§fn clone(&self) -> VersionedFlowSnapshotMetadataSetEntity
fn clone(&self) -> VersionedFlowSnapshotMetadataSetEntity
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 VersionedFlowSnapshotMetadataSetEntity
impl Default for VersionedFlowSnapshotMetadataSetEntity
Source§fn default() -> VersionedFlowSnapshotMetadataSetEntity
fn default() -> VersionedFlowSnapshotMetadataSetEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VersionedFlowSnapshotMetadataSetEntity
impl<'de> Deserialize<'de> for VersionedFlowSnapshotMetadataSetEntity
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 From<VersionedFlowSnapshotMetadataSetEntity> for VersionedFlowSnapshotMetadataSetEntity
impl From<VersionedFlowSnapshotMetadataSetEntity> for VersionedFlowSnapshotMetadataSetEntity
Source§fn from(v: VersionedFlowSnapshotMetadataSetEntity) -> Self
fn from(v: VersionedFlowSnapshotMetadataSetEntity) -> Self
Converts to this type from the input type.
Source§impl From<VersionedFlowSnapshotMetadataSetEntity> for VersionedFlowSnapshotMetadataSetEntity
impl From<VersionedFlowSnapshotMetadataSetEntity> for VersionedFlowSnapshotMetadataSetEntity
Source§fn from(v: VersionedFlowSnapshotMetadataSetEntity) -> Self
fn from(v: VersionedFlowSnapshotMetadataSetEntity) -> Self
Converts to this type from the input type.
Source§impl From<VersionedFlowSnapshotMetadataSetEntity> for VersionedFlowSnapshotMetadataSetEntity
impl From<VersionedFlowSnapshotMetadataSetEntity> for VersionedFlowSnapshotMetadataSetEntity
Source§fn from(v: VersionedFlowSnapshotMetadataSetEntity) -> Self
fn from(v: VersionedFlowSnapshotMetadataSetEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VersionedFlowSnapshotMetadataSetEntity
impl RefUnwindSafe for VersionedFlowSnapshotMetadataSetEntity
impl Send for VersionedFlowSnapshotMetadataSetEntity
impl Sync for VersionedFlowSnapshotMetadataSetEntity
impl Unpin for VersionedFlowSnapshotMetadataSetEntity
impl UnsafeUnpin for VersionedFlowSnapshotMetadataSetEntity
impl UnwindSafe for VersionedFlowSnapshotMetadataSetEntity
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