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