pub struct GetPluginResponse { /* private fields */ }Implementations§
Source§impl GetPluginResponse
impl GetPluginResponse
pub fn category<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn documentation_url<T>(self, value: T) -> Self
pub fn downloads<T>(self, value: T) -> Self
pub fn extensions<T>(self, value: T) -> Self
pub fn featured<T>(self, value: T) -> Self
pub fn featured_order<T>(self, value: T) -> Self
pub fn homepage<T>(self, value: T) -> Self
pub fn icon_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn issues_url<T>(self, value: T) -> Self
pub fn latest_version<T>(self, value: T) -> Self
pub fn license<T>(self, value: T) -> Self
pub fn manifest_fetched_at<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn owner_id<T>(self, value: T) -> Self
pub fn provider_instance_id<T>(self, value: T) -> Self
pub fn readme_available_locales<T>(self, value: T) -> Self
pub fn readme_html<T>(self, value: T) -> Self
pub fn readme_locale<T>(self, value: T) -> Self
pub fn releases<T>(self, value: T) -> Self
pub fn repo_url<T>(self, value: T) -> Self
pub fn screenshots<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn support_email<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn verified<T>(self, value: T) -> Self
pub fn verified_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GetPluginResponse
impl Clone for GetPluginResponse
Source§fn clone(&self) -> GetPluginResponse
fn clone(&self) -> GetPluginResponse
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 Debug for GetPluginResponse
impl Debug for GetPluginResponse
Source§impl Default for GetPluginResponse
impl Default for GetPluginResponse
Source§impl From<GetPluginResponse> for GetPluginResponse
impl From<GetPluginResponse> for GetPluginResponse
Source§fn from(value: GetPluginResponse) -> Self
fn from(value: GetPluginResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GetPluginResponse> for GetPluginResponse
impl TryFrom<GetPluginResponse> for GetPluginResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GetPluginResponse) -> Result<Self, ConversionError>
fn try_from(value: GetPluginResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GetPluginResponse
impl RefUnwindSafe for GetPluginResponse
impl Send for GetPluginResponse
impl Sync for GetPluginResponse
impl Unpin for GetPluginResponse
impl UnsafeUnpin for GetPluginResponse
impl UnwindSafe for GetPluginResponse
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