pub struct FoldInnerElement {
pub span: Span,
pub parameters: Parameters,
pub children: Vec<Element>,
}Expand description
폴드 내부 요소
Fields§
§span: Span§parameters: Parameters§children: Vec<Element>Trait Implementations§
Source§impl Clone for FoldInnerElement
impl Clone for FoldInnerElement
Source§fn clone(&self) -> FoldInnerElement
fn clone(&self) -> FoldInnerElement
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 FoldInnerElement
impl Debug for FoldInnerElement
Auto Trait Implementations§
impl Freeze for FoldInnerElement
impl RefUnwindSafe for FoldInnerElement
impl Send for FoldInnerElement
impl Sync for FoldInnerElement
impl Unpin for FoldInnerElement
impl UnwindSafe for FoldInnerElement
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