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