pub struct FlowPresentationView {
pub renderer: FlowRendererView,
pub title: Option<String>,
pub description: Option<String>,
pub content: Option<String>,
}Fields§
§renderer: FlowRendererView§title: Option<String>§description: Option<String>§content: Option<String>Trait Implementations§
Source§impl Clone for FlowPresentationView
impl Clone for FlowPresentationView
Source§fn clone(&self) -> FlowPresentationView
fn clone(&self) -> FlowPresentationView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FlowPresentationView
impl Debug for FlowPresentationView
Source§impl<'de> Deserialize<'de> for FlowPresentationView
impl<'de> Deserialize<'de> for FlowPresentationView
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
impl Eq for FlowPresentationView
Source§impl PartialEq for FlowPresentationView
impl PartialEq for FlowPresentationView
Source§impl Serialize for FlowPresentationView
impl Serialize for FlowPresentationView
impl StructuralPartialEq for FlowPresentationView
Auto Trait Implementations§
impl Freeze for FlowPresentationView
impl RefUnwindSafe for FlowPresentationView
impl Send for FlowPresentationView
impl Sync for FlowPresentationView
impl Unpin for FlowPresentationView
impl UnsafeUnpin for FlowPresentationView
impl UnwindSafe for FlowPresentationView
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