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