pub struct ActionCardContent {
pub title: String,
pub text: String,
pub single_title: String,
pub single_url: String,
pub btn_orientation: Option<ButtonOrientation>,
pub btns: Option<Vec<ActionCardButton>>,
}Fields§
§title: String§text: String§single_title: String§single_url: String§btn_orientation: Option<ButtonOrientation>§btns: Option<Vec<ActionCardButton>>Trait Implementations§
Source§impl Debug for ActionCardContent
impl Debug for ActionCardContent
Source§impl<'de> Deserialize<'de> for ActionCardContent
impl<'de> Deserialize<'de> for ActionCardContent
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 ActionCardContent
impl RefUnwindSafe for ActionCardContent
impl Send for ActionCardContent
impl Sync for ActionCardContent
impl Unpin for ActionCardContent
impl UnwindSafe for ActionCardContent
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