pub struct RdGroup { /* private fields */ }Expand description
An untagged positional-argument group, distinct from the LIST pseudo-tag.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RdGroup
impl<'de> Deserialize<'de> for RdGroup
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for RdGroup
Auto Trait Implementations§
impl Freeze for RdGroup
impl RefUnwindSafe for RdGroup
impl Send for RdGroup
impl Sync for RdGroup
impl Unpin for RdGroup
impl UnsafeUnpin for RdGroup
impl UnwindSafe for RdGroup
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