pub enum ExecutableType {
Binary,
LinkBinary,
}Variants§
Trait Implementations§
Source§impl Clone for ExecutableType
impl Clone for ExecutableType
Source§fn clone(&self) -> ExecutableType
fn clone(&self) -> ExecutableType
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 ExecutableType
impl Debug for ExecutableType
Source§impl<'de> Deserialize<'de> for ExecutableType
impl<'de> Deserialize<'de> for ExecutableType
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<&str> for ExecutableType
impl From<&str> for ExecutableType
Source§impl Into<&'static str> for ExecutableType
impl Into<&'static str> for ExecutableType
Source§impl Serialize for ExecutableType
impl Serialize for ExecutableType
impl Copy for ExecutableType
Auto Trait Implementations§
impl Freeze for ExecutableType
impl RefUnwindSafe for ExecutableType
impl Send for ExecutableType
impl Sync for ExecutableType
impl Unpin for ExecutableType
impl UnwindSafe for ExecutableType
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