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