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