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