pub struct NamedChainGroup { /* private fields */ }Expand description
A named parenthesized chain group such as each(Thing.a(1), other = Thing.b(2)).
Implementations§
Trait Implementations§
Source§impl Clone for NamedChainGroup
impl Clone for NamedChainGroup
Source§fn clone(&self) -> NamedChainGroup
fn clone(&self) -> NamedChainGroup
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 moreSource§impl Debug for NamedChainGroup
impl Debug for NamedChainGroup
Source§impl Parse for NamedChainGroup
impl Parse for NamedChainGroup
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl !Send for NamedChainGroup
impl !Sync for NamedChainGroup
impl Freeze for NamedChainGroup
impl RefUnwindSafe for NamedChainGroup
impl Unpin for NamedChainGroup
impl UnsafeUnpin for NamedChainGroup
impl UnwindSafe for NamedChainGroup
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