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