pub struct ElmToggle {
pub id: String,
pub props: ElmToggleProps,
pub children: Vec<Block>,
}
Fields§
§id: String
§props: ElmToggleProps
§children: Vec<Block>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElmToggle
impl RefUnwindSafe for ElmToggle
impl Send for ElmToggle
impl Sync for ElmToggle
impl Unpin for ElmToggle
impl UnwindSafe for ElmToggle
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