pub struct TargetConfig {
pub auth_ref: Option<String>,
pub default: Option<bool>,
}Expand description
Target-specific configuration (auth reference, default flag).
Fields§
§auth_ref: Option<String>§default: Option<bool>Trait Implementations§
Source§impl Debug for TargetConfig
impl Debug for TargetConfig
Source§impl Default for TargetConfig
impl Default for TargetConfig
Source§fn default() -> TargetConfig
fn default() -> TargetConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TargetConfig
impl<'de> Deserialize<'de> for TargetConfig
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 TargetConfig
impl RefUnwindSafe for TargetConfig
impl Send for TargetConfig
impl Sync for TargetConfig
impl Unpin for TargetConfig
impl UnwindSafe for TargetConfig
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