Struct vrchatapi::models::license_group::LicenseGroup
source · pub struct LicenseGroup {
pub id: String,
pub name: String,
pub description: String,
pub licenses: Vec<License>,
}Expand description
LicenseGroup :
Fields§
§id: String§name: String§description: String§licenses: Vec<License>Implementations§
Trait Implementations§
source§impl Clone for LicenseGroup
impl Clone for LicenseGroup
source§fn clone(&self) -> LicenseGroup
fn clone(&self) -> LicenseGroup
Returns a copy of the value. Read more
1.0.0 · 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 LicenseGroup
impl Debug for LicenseGroup
source§impl Default for LicenseGroup
impl Default for LicenseGroup
source§fn default() -> LicenseGroup
fn default() -> LicenseGroup
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LicenseGroup
impl<'de> Deserialize<'de> for LicenseGroup
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
source§impl PartialEq for LicenseGroup
impl PartialEq for LicenseGroup
source§fn eq(&self, other: &LicenseGroup) -> bool
fn eq(&self, other: &LicenseGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LicenseGroup
impl Serialize for LicenseGroup
impl StructuralPartialEq for LicenseGroup
Auto Trait Implementations§
impl RefUnwindSafe for LicenseGroup
impl Send for LicenseGroup
impl Sync for LicenseGroup
impl Unpin for LicenseGroup
impl UnwindSafe for LicenseGroup
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