pub struct GetPluginResponseReleasesItemIntegrityAssetsItem { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetPluginResponseReleasesItemIntegrityAssetsItem
impl Clone for GetPluginResponseReleasesItemIntegrityAssetsItem
Source§fn clone(&self) -> GetPluginResponseReleasesItemIntegrityAssetsItem
fn clone(&self) -> GetPluginResponseReleasesItemIntegrityAssetsItem
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 From<GetPluginResponseReleasesItemIntegrityAssetsItem> for GetPluginResponseReleasesItemIntegrityAssetsItem
impl From<GetPluginResponseReleasesItemIntegrityAssetsItem> for GetPluginResponseReleasesItemIntegrityAssetsItem
Source§fn from(value: GetPluginResponseReleasesItemIntegrityAssetsItem) -> Self
fn from(value: GetPluginResponseReleasesItemIntegrityAssetsItem) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GetPluginResponseReleasesItemIntegrityAssetsItem> for GetPluginResponseReleasesItemIntegrityAssetsItem
impl TryFrom<GetPluginResponseReleasesItemIntegrityAssetsItem> for GetPluginResponseReleasesItemIntegrityAssetsItem
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: GetPluginResponseReleasesItemIntegrityAssetsItem,
) -> Result<Self, ConversionError>
fn try_from( value: GetPluginResponseReleasesItemIntegrityAssetsItem, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GetPluginResponseReleasesItemIntegrityAssetsItem
impl RefUnwindSafe for GetPluginResponseReleasesItemIntegrityAssetsItem
impl Send for GetPluginResponseReleasesItemIntegrityAssetsItem
impl Sync for GetPluginResponseReleasesItemIntegrityAssetsItem
impl Unpin for GetPluginResponseReleasesItemIntegrityAssetsItem
impl UnsafeUnpin for GetPluginResponseReleasesItemIntegrityAssetsItem
impl UnwindSafe for GetPluginResponseReleasesItemIntegrityAssetsItem
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