pub struct DeclPatternList<'cst>(/* private fields */);Implementations§
Source§impl DeclPatternList<'_>
impl DeclPatternList<'_>
pub fn elems(&self) -> impl Iterator<Item = DeclPattern<'_>>
Trait Implementations§
Source§impl<'cst> Clone for DeclPatternList<'cst>
impl<'cst> Clone for DeclPatternList<'cst>
Source§fn clone(&self) -> DeclPatternList<'cst>
fn clone(&self) -> DeclPatternList<'cst>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'cst> Copy for DeclPatternList<'cst>
Source§impl<'cst> Debug for DeclPatternList<'cst>
impl<'cst> Debug for DeclPatternList<'cst>
Source§impl<'cst> View<'cst> for DeclPatternList<'cst>
impl<'cst> View<'cst> for DeclPatternList<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for DeclPatternList<'cst>
impl<'cst> RefUnwindSafe for DeclPatternList<'cst>
impl<'cst> Send for DeclPatternList<'cst>
impl<'cst> Sync for DeclPatternList<'cst>
impl<'cst> Unpin for DeclPatternList<'cst>
impl<'cst> UnsafeUnpin for DeclPatternList<'cst>
impl<'cst> UnwindSafe for DeclPatternList<'cst>
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