pub struct DtoMissionViewType {}
Expand description
DtoMissionViewType 模型
Trait Implementations§
Source§impl Clone for DtoMissionViewType
impl Clone for DtoMissionViewType
Source§fn clone(&self) -> DtoMissionViewType
fn clone(&self) -> DtoMissionViewType
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 DtoMissionViewType
impl Debug for DtoMissionViewType
Source§impl<'de> Deserialize<'de> for DtoMissionViewType
impl<'de> Deserialize<'de> for DtoMissionViewType
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
Auto Trait Implementations§
impl Freeze for DtoMissionViewType
impl RefUnwindSafe for DtoMissionViewType
impl Send for DtoMissionViewType
impl Sync for DtoMissionViewType
impl Unpin for DtoMissionViewType
impl UnwindSafe for DtoMissionViewType
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