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