pub struct FlexBubbleStyles {
pub header: Option<Box<FlexBlockStyle>>,
pub hero: Option<Box<FlexBlockStyle>>,
pub body: Option<Box<FlexBlockStyle>>,
pub footer: Option<Box<FlexBlockStyle>>,
}
Fields§
§header: Option<Box<FlexBlockStyle>>
§hero: Option<Box<FlexBlockStyle>>
§body: Option<Box<FlexBlockStyle>>
Implementations§
Source§impl FlexBubbleStyles
impl FlexBubbleStyles
pub fn new() -> FlexBubbleStyles
Trait Implementations§
Source§impl Clone for FlexBubbleStyles
impl Clone for FlexBubbleStyles
Source§fn clone(&self) -> FlexBubbleStyles
fn clone(&self) -> FlexBubbleStyles
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 FlexBubbleStyles
impl Debug for FlexBubbleStyles
Source§impl Default for FlexBubbleStyles
impl Default for FlexBubbleStyles
Source§fn default() -> FlexBubbleStyles
fn default() -> FlexBubbleStyles
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlexBubbleStyles
impl<'de> Deserialize<'de> for FlexBubbleStyles
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 PartialEq for FlexBubbleStyles
impl PartialEq for FlexBubbleStyles
Source§impl Serialize for FlexBubbleStyles
impl Serialize for FlexBubbleStyles
impl StructuralPartialEq for FlexBubbleStyles
Auto Trait Implementations§
impl Freeze for FlexBubbleStyles
impl RefUnwindSafe for FlexBubbleStyles
impl Send for FlexBubbleStyles
impl Sync for FlexBubbleStyles
impl Unpin for FlexBubbleStyles
impl UnwindSafe for FlexBubbleStyles
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