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