pub struct FlowPresentation {
pub renderer: FlowRenderer,
pub title: Option<String>,
pub description: Option<String>,
pub content: Option<String>,
}Fields§
§renderer: FlowRenderer§title: Option<String>§description: Option<String>§content: Option<String>Trait Implementations§
Source§impl Clone for FlowPresentation
impl Clone for FlowPresentation
Source§fn clone(&self) -> FlowPresentation
fn clone(&self) -> FlowPresentation
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 FlowPresentation
impl Debug for FlowPresentation
Source§impl<'de> Deserialize<'de> for FlowPresentation
impl<'de> Deserialize<'de> for FlowPresentation
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 FlowPresentation
Source§impl PartialEq for FlowPresentation
impl PartialEq for FlowPresentation
Source§impl Serialize for FlowPresentation
impl Serialize for FlowPresentation
impl StructuralPartialEq for FlowPresentation
Auto Trait Implementations§
impl Freeze for FlowPresentation
impl RefUnwindSafe for FlowPresentation
impl Send for FlowPresentation
impl Sync for FlowPresentation
impl Unpin for FlowPresentation
impl UnsafeUnpin for FlowPresentation
impl UnwindSafe for FlowPresentation
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