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