pub struct ActivityLabelDto {
pub vi: String,
pub en: String,
}Fields§
§vi: String§en: StringTrait Implementations§
Source§impl Clone for ActivityLabelDto
impl Clone for ActivityLabelDto
Source§fn clone(&self) -> ActivityLabelDto
fn clone(&self) -> ActivityLabelDto
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 ActivityLabelDto
impl Debug for ActivityLabelDto
Source§impl<'de> Deserialize<'de> for ActivityLabelDto
impl<'de> Deserialize<'de> for ActivityLabelDto
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<&ActivityLabel> for ActivityLabelDto
impl From<&ActivityLabel> for ActivityLabelDto
Source§fn from(value: &ActivityLabel) -> Self
fn from(value: &ActivityLabel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ActivityLabelDto
impl RefUnwindSafe for ActivityLabelDto
impl Send for ActivityLabelDto
impl Sync for ActivityLabelDto
impl Unpin for ActivityLabelDto
impl UnsafeUnpin for ActivityLabelDto
impl UnwindSafe for ActivityLabelDto
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