pub struct PackagePublishedPackagePackageVersionBodyVariant1Attributes {}
Trait Implementations§
Source§impl Clone for PackagePublishedPackagePackageVersionBodyVariant1Attributes
impl Clone for PackagePublishedPackagePackageVersionBodyVariant1Attributes
Source§fn clone(&self) -> PackagePublishedPackagePackageVersionBodyVariant1Attributes
fn clone(&self) -> PackagePublishedPackagePackageVersionBodyVariant1Attributes
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 From<PackagePublishedPackagePackageVersionBodyVariant1Attributes> for PackagePublishedPackagePackageVersionBodyVariant1Attributes
impl From<PackagePublishedPackagePackageVersionBodyVariant1Attributes> for PackagePublishedPackagePackageVersionBodyVariant1Attributes
Source§fn from(
value: PackagePublishedPackagePackageVersionBodyVariant1Attributes,
) -> Self
fn from( value: PackagePublishedPackagePackageVersionBodyVariant1Attributes, ) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PackagePublishedPackagePackageVersionBodyVariant1Attributes
impl RefUnwindSafe for PackagePublishedPackagePackageVersionBodyVariant1Attributes
impl Send for PackagePublishedPackagePackageVersionBodyVariant1Attributes
impl Sync for PackagePublishedPackagePackageVersionBodyVariant1Attributes
impl Unpin for PackagePublishedPackagePackageVersionBodyVariant1Attributes
impl UnwindSafe for PackagePublishedPackagePackageVersionBodyVariant1Attributes
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