pub struct AdminCreateKindResponseKind { /* private fields */ }Implementations§
Source§impl AdminCreateKindResponseKind
impl AdminCreateKindResponseKind
pub fn custom_example<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn description_translations<T>(self, value: T) -> Self
pub fn extensions_schema<T>(self, value: T) -> Self
pub fn key<T>(self, value: T) -> Self
pub fn label<T>(self, value: T) -> Self
pub fn label_translations<T>(self, value: T) -> Self
pub fn prose_post<T>(self, value: T) -> Self
pub fn prose_post_translations<T>(self, value: T) -> Self
pub fn prose_pre<T>(self, value: T) -> Self
pub fn prose_pre_translations<T>(self, value: T) -> Self
pub fn public_page_copy<T>(self, value: T) -> Self
pub fn public_page_enabled<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AdminCreateKindResponseKind
impl Clone for AdminCreateKindResponseKind
Source§fn clone(&self) -> AdminCreateKindResponseKind
fn clone(&self) -> AdminCreateKindResponseKind
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 AdminCreateKindResponseKind
impl Debug for AdminCreateKindResponseKind
Source§impl From<AdminCreateKindResponseKind> for AdminCreateKindResponseKind
impl From<AdminCreateKindResponseKind> for AdminCreateKindResponseKind
Source§fn from(value: AdminCreateKindResponseKind) -> Self
fn from(value: AdminCreateKindResponseKind) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AdminCreateKindResponseKind> for AdminCreateKindResponseKind
impl TryFrom<AdminCreateKindResponseKind> for AdminCreateKindResponseKind
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AdminCreateKindResponseKind) -> Result<Self, ConversionError>
fn try_from(value: AdminCreateKindResponseKind) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AdminCreateKindResponseKind
impl RefUnwindSafe for AdminCreateKindResponseKind
impl Send for AdminCreateKindResponseKind
impl Sync for AdminCreateKindResponseKind
impl Unpin for AdminCreateKindResponseKind
impl UnsafeUnpin for AdminCreateKindResponseKind
impl UnwindSafe for AdminCreateKindResponseKind
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