pub struct ElmCallout {
pub id: String,
pub props: ElmCalloutProps,
pub children: Vec<Block>,
}
Fields§
§id: String
§props: ElmCalloutProps
§children: Vec<Block>
Trait Implementations§
Source§impl Clone for ElmCallout
impl Clone for ElmCallout
Source§fn clone(&self) -> ElmCallout
fn clone(&self) -> ElmCallout
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 moreAuto Trait Implementations§
impl Freeze for ElmCallout
impl RefUnwindSafe for ElmCallout
impl Send for ElmCallout
impl Sync for ElmCallout
impl Unpin for ElmCallout
impl UnwindSafe for ElmCallout
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