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