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