pub struct LocalizedListDto {
pub vi: Vec<String>,
pub en: Vec<String>,
}Fields§
§vi: Vec<String>§en: Vec<String>Trait Implementations§
Source§impl Clone for LocalizedListDto
impl Clone for LocalizedListDto
Source§fn clone(&self) -> LocalizedListDto
fn clone(&self) -> LocalizedListDto
Returns a duplicate of the value. Read more
1.0.0 · 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 LocalizedListDto
impl Debug for LocalizedListDto
Source§impl<'de> Deserialize<'de> for LocalizedListDto
impl<'de> Deserialize<'de> for LocalizedListDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&BilingualList> for LocalizedListDto
impl From<&BilingualList> for LocalizedListDto
Source§fn from(value: &BilingualList) -> Self
fn from(value: &BilingualList) -> Self
Converts to this type from the input type.
Source§impl From<&BilingualList> for LocalizedListDto
impl From<&BilingualList> for LocalizedListDto
Source§fn from(value: &BilingualList) -> Self
fn from(value: &BilingualList) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LocalizedListDto
impl RefUnwindSafe for LocalizedListDto
impl Send for LocalizedListDto
impl Sync for LocalizedListDto
impl Unpin for LocalizedListDto
impl UnsafeUnpin for LocalizedListDto
impl UnwindSafe for LocalizedListDto
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