pub struct GroupName {
pub name: Option<String>,
pub param_self: Option<String>,
}
Expand description
GroupName : Details about a group name.
Fields§
§name: Option<String>
The name of group.
param_self: Option<String>
The URL for these group details.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupName
impl<'de> Deserialize<'de> for GroupName
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 GroupName
Auto Trait Implementations§
impl Freeze for GroupName
impl RefUnwindSafe for GroupName
impl Send for GroupName
impl Sync for GroupName
impl Unpin for GroupName
impl UnwindSafe for GroupName
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