pub struct FragmentElement {
pub key: Option<Key>,
pub children: Option<Children>,
}
Fields§
§key: Option<Key>
§children: Option<Children>
Trait Implementations§
Source§impl Clone for FragmentElement
impl Clone for FragmentElement
Source§fn clone(&self) -> FragmentElement
fn clone(&self) -> FragmentElement
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 moreSource§impl Debug for FragmentElement
impl Debug for FragmentElement
Source§impl Into<Element> for FragmentElement
impl Into<Element> for FragmentElement
Source§impl IntoElement for FragmentElement
impl IntoElement for FragmentElement
fn into_element(self) -> Element
Auto Trait Implementations§
impl Freeze for FragmentElement
impl !RefUnwindSafe for FragmentElement
impl !Send for FragmentElement
impl !Sync for FragmentElement
impl Unpin for FragmentElement
impl !UnwindSafe for FragmentElement
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