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