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