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