pub struct AvatarUnityPackageUrlObject {
pub unity_package_url: Option<String>,
}Expand description
AvatarUnityPackageUrlObject : Deprecation: Object has unknown usage/fields, and is always empty. Use normal Url field instead.
Fields§
§unity_package_url: Option<String>Implementations§
Source§impl AvatarUnityPackageUrlObject
impl AvatarUnityPackageUrlObject
Sourcepub fn new() -> AvatarUnityPackageUrlObject
pub fn new() -> AvatarUnityPackageUrlObject
Deprecation: Object has unknown usage/fields, and is always empty. Use normal Url field instead.
Trait Implementations§
Source§impl Clone for AvatarUnityPackageUrlObject
impl Clone for AvatarUnityPackageUrlObject
Source§fn clone(&self) -> AvatarUnityPackageUrlObject
fn clone(&self) -> AvatarUnityPackageUrlObject
Returns a duplicate 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 AvatarUnityPackageUrlObject
impl Debug for AvatarUnityPackageUrlObject
Source§impl Default for AvatarUnityPackageUrlObject
impl Default for AvatarUnityPackageUrlObject
Source§fn default() -> AvatarUnityPackageUrlObject
fn default() -> AvatarUnityPackageUrlObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AvatarUnityPackageUrlObject
impl<'de> Deserialize<'de> for AvatarUnityPackageUrlObject
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 AvatarUnityPackageUrlObject
Auto Trait Implementations§
impl Freeze for AvatarUnityPackageUrlObject
impl RefUnwindSafe for AvatarUnityPackageUrlObject
impl Send for AvatarUnityPackageUrlObject
impl Sync for AvatarUnityPackageUrlObject
impl Unpin for AvatarUnityPackageUrlObject
impl UnwindSafe for AvatarUnityPackageUrlObject
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