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