pub struct FlowPreviewResponse {
pub preview_url: String,
pub expires_at: Option<String>,
}Expand description
Flow preview response
Fields§
§preview_url: StringPreview URL
expires_at: Option<String>Expires at
Trait Implementations§
Source§impl Clone for FlowPreviewResponse
impl Clone for FlowPreviewResponse
Source§fn clone(&self) -> FlowPreviewResponse
fn clone(&self) -> FlowPreviewResponse
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 FlowPreviewResponse
impl Debug for FlowPreviewResponse
Source§impl<'de> Deserialize<'de> for FlowPreviewResponse
impl<'de> Deserialize<'de> for FlowPreviewResponse
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
Auto Trait Implementations§
impl Freeze for FlowPreviewResponse
impl RefUnwindSafe for FlowPreviewResponse
impl Send for FlowPreviewResponse
impl Sync for FlowPreviewResponse
impl Unpin for FlowPreviewResponse
impl UnwindSafe for FlowPreviewResponse
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