pub struct ElmFileProps {
pub name: Option<String>,
pub src: String,
pub margin: String,
}
Fields§
§name: Option<String>
§src: String
§margin: String
Trait Implementations§
Source§impl Clone for ElmFileProps
impl Clone for ElmFileProps
Source§fn clone(&self) -> ElmFileProps
fn clone(&self) -> ElmFileProps
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 ElmFileProps
impl RefUnwindSafe for ElmFileProps
impl Send for ElmFileProps
impl Sync for ElmFileProps
impl Unpin for ElmFileProps
impl UnwindSafe for ElmFileProps
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