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