pub struct MissionType(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for MissionType
impl Clone for MissionType
Source§fn clone(&self) -> MissionType
fn clone(&self) -> MissionType
Returns a copy 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 MissionType
impl Debug for MissionType
Source§impl<'de> Deserialize<'de> for MissionType
impl<'de> Deserialize<'de> for MissionType
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 PartialEq for MissionType
impl PartialEq for MissionType
Source§impl Serialize for MissionType
impl Serialize for MissionType
impl StructuralPartialEq for MissionType
Auto Trait Implementations§
impl Freeze for MissionType
impl RefUnwindSafe for MissionType
impl Send for MissionType
impl Sync for MissionType
impl Unpin for MissionType
impl UnwindSafe for MissionType
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