pub struct MultiLangName {
pub language_id: i32,
pub name: String,
}Expand description
多语言名称(手动解析,不通过 prost)
Fields§
§language_id: i32§name: StringTrait Implementations§
Source§impl Clone for MultiLangName
impl Clone for MultiLangName
Source§fn clone(&self) -> MultiLangName
fn clone(&self) -> MultiLangName
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 moreAuto Trait Implementations§
impl Freeze for MultiLangName
impl RefUnwindSafe for MultiLangName
impl Send for MultiLangName
impl Sync for MultiLangName
impl Unpin for MultiLangName
impl UnwindSafe for MultiLangName
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