pub struct Callout {
pub type: String,
pub inline: bool,
pub props: Option<CalloutProps>,
pub slots: CalloutSlots,
}
Fields§
§type: String
§inline: bool
§props: Option<CalloutProps>
§slots: CalloutSlots
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Callout
impl<'de> Deserialize<'de> for Callout
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 Callout
impl StructuralPartialEq for Callout
Auto Trait Implementations§
impl Freeze for Callout
impl RefUnwindSafe for Callout
impl Send for Callout
impl Sync for Callout
impl Unpin for Callout
impl UnwindSafe for Callout
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