pub struct FoldElement {
pub span: Span,
pub parameters: Parameters,
pub summary: FoldInnerElement,
pub details: FoldInnerElement,
}Expand description
폴드/접기 {{{#fold …}}}
Fields§
§span: Span§parameters: Parameters§summary: FoldInnerElement§details: FoldInnerElementTrait Implementations§
Source§impl Clone for FoldElement
impl Clone for FoldElement
Source§fn clone(&self) -> FoldElement
fn clone(&self) -> FoldElement
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 FoldElement
impl Debug for FoldElement
Auto Trait Implementations§
impl Freeze for FoldElement
impl RefUnwindSafe for FoldElement
impl Send for FoldElement
impl Sync for FoldElement
impl Unpin for FoldElement
impl UnwindSafe for FoldElement
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