pub struct GroupRepresentation {
pub id: String,
pub name: String,
pub path: String,
}Fields§
§id: String§name: String§path: StringTrait Implementations§
Source§impl Clone for GroupRepresentation
impl Clone for GroupRepresentation
Source§fn clone(&self) -> GroupRepresentation
fn clone(&self) -> GroupRepresentation
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 GroupRepresentation
impl Debug for GroupRepresentation
Source§impl Default for GroupRepresentation
impl Default for GroupRepresentation
Source§fn default() -> GroupRepresentation
fn default() -> GroupRepresentation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupRepresentation
impl<'de> Deserialize<'de> for GroupRepresentation
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
Auto Trait Implementations§
impl Freeze for GroupRepresentation
impl RefUnwindSafe for GroupRepresentation
impl Send for GroupRepresentation
impl Sync for GroupRepresentation
impl Unpin for GroupRepresentation
impl UnsafeUnpin for GroupRepresentation
impl UnwindSafe for GroupRepresentation
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