pub struct BinaryTargetsEnvValue {
pub from_env_var: Option<String>,
pub value: String,
pub native: Option<bool>,
}Fields§
§from_env_var: Option<String>§value: String§native: Option<bool>Trait Implementations§
Source§impl Clone for BinaryTargetsEnvValue
impl Clone for BinaryTargetsEnvValue
Source§fn clone(&self) -> BinaryTargetsEnvValue
fn clone(&self) -> BinaryTargetsEnvValue
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 BinaryTargetsEnvValue
impl Debug for BinaryTargetsEnvValue
Source§impl<'de> Deserialize<'de> for BinaryTargetsEnvValue
impl<'de> Deserialize<'de> for BinaryTargetsEnvValue
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 BinaryTargetsEnvValue
impl RefUnwindSafe for BinaryTargetsEnvValue
impl Send for BinaryTargetsEnvValue
impl Sync for BinaryTargetsEnvValue
impl Unpin for BinaryTargetsEnvValue
impl UnwindSafe for BinaryTargetsEnvValue
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