pub struct DeclPattern<'cst>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'cst> Clone for DeclPattern<'cst>
impl<'cst> Clone for DeclPattern<'cst>
Source§fn clone(&self) -> DeclPattern<'cst>
fn clone(&self) -> DeclPattern<'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 DeclPattern<'cst>
Source§impl<'cst> Debug for DeclPattern<'cst>
impl<'cst> Debug for DeclPattern<'cst>
Source§impl<'cst> View<'cst> for DeclPattern<'cst>
impl<'cst> View<'cst> for DeclPattern<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for DeclPattern<'cst>
impl<'cst> RefUnwindSafe for DeclPattern<'cst>
impl<'cst> Send for DeclPattern<'cst>
impl<'cst> Sync for DeclPattern<'cst>
impl<'cst> Unpin for DeclPattern<'cst>
impl<'cst> UnsafeUnpin for DeclPattern<'cst>
impl<'cst> UnwindSafe for DeclPattern<'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