pub struct MacosConfig {
pub identity: Option<String>,
pub entitlements: Option<PathBuf>,
pub auth: MacosAuth,
pub env: MacosEnvConfig,
pub dmg: Option<DmgConfig>,
}Fields§
§identity: Option<String>§entitlements: Option<PathBuf>§auth: MacosAuth§env: MacosEnvConfig§dmg: Option<DmgConfig>Trait Implementations§
Source§impl Debug for MacosConfig
impl Debug for MacosConfig
Source§impl<'de> Deserialize<'de> for MacosConfig
impl<'de> Deserialize<'de> for MacosConfig
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 MacosConfig
impl RefUnwindSafe for MacosConfig
impl Send for MacosConfig
impl Sync for MacosConfig
impl Unpin for MacosConfig
impl UnsafeUnpin for MacosConfig
impl UnwindSafe for MacosConfig
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