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