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