pub struct SimpleSection<'section, Contents>where
Contents: ContentSequence,{ /* private fields */ }Expand description
SimpleSection 是用于参数值绑定的 section
Implementations§
Source§impl<'section, C> SimpleSection<'section, C>where
C: ContentSequence,
impl<'section, C> SimpleSection<'section, C>where
C: ContentSequence,
Trait Implementations§
Source§impl<'section, Contents> Clone for SimpleSection<'section, Contents>where
Contents: ContentSequence + Clone,
impl<'section, Contents> Clone for SimpleSection<'section, Contents>where
Contents: ContentSequence + Clone,
Source§fn clone(&self) -> SimpleSection<'section, Contents>
fn clone(&self) -> SimpleSection<'section, Contents>
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 moreimpl<'section, Contents> Copy for SimpleSection<'section, Contents>where
Contents: ContentSequence + Copy,
Auto Trait Implementations§
impl<'section, Contents> Freeze for SimpleSection<'section, Contents>where
Contents: Freeze,
impl<'section, Contents> RefUnwindSafe for SimpleSection<'section, Contents>where
Contents: RefUnwindSafe,
impl<'section, Contents> Send for SimpleSection<'section, Contents>where
Contents: Send,
impl<'section, Contents> Sync for SimpleSection<'section, Contents>where
Contents: Sync,
impl<'section, Contents> Unpin for SimpleSection<'section, Contents>where
Contents: Unpin,
impl<'section, Contents> UnwindSafe for SimpleSection<'section, Contents>where
Contents: UnwindSafe,
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