Struct dysql::SimpleSection
source · 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: Clone + ContentSequence,
impl<'section, Contents> Clone for SimpleSection<'section, Contents>where
Contents: Clone + ContentSequence,
source§fn clone(&self) -> SimpleSection<'section, Contents>
fn clone(&self) -> SimpleSection<'section, Contents>
Returns a copy 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: Copy + ContentSequence,
Auto Trait Implementations§
impl<'section, Contents> Freeze for SimpleSection<'section, Contents>
impl<'section, Contents> RefUnwindSafe for SimpleSection<'section, Contents>
impl<'section, Contents> Send for SimpleSection<'section, Contents>
impl<'section, Contents> Sync for SimpleSection<'section, Contents>
impl<'section, Contents> Unpin for SimpleSection<'section, Contents>
impl<'section, Contents> UnwindSafe for SimpleSection<'section, Contents>
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