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