pub struct ComputerUseMacosConfig {
pub bundle_ids: Option<HashMap<String, AllowDenyRequirement>>,
}Fields§
§bundle_ids: Option<HashMap<String, AllowDenyRequirement>>Trait Implementations§
Source§impl Clone for ComputerUseMacosConfig
impl Clone for ComputerUseMacosConfig
Source§fn clone(&self) -> ComputerUseMacosConfig
fn clone(&self) -> ComputerUseMacosConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ComputerUseMacosConfig
impl Debug for ComputerUseMacosConfig
Source§impl Default for ComputerUseMacosConfig
impl Default for ComputerUseMacosConfig
Source§fn default() -> ComputerUseMacosConfig
fn default() -> ComputerUseMacosConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ComputerUseMacosConfig
impl<'de> Deserialize<'de> for ComputerUseMacosConfig
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 ComputerUseMacosConfig
impl PartialEq for ComputerUseMacosConfig
Source§impl Serialize for ComputerUseMacosConfig
impl Serialize for ComputerUseMacosConfig
impl StructuralPartialEq for ComputerUseMacosConfig
Auto Trait Implementations§
impl Freeze for ComputerUseMacosConfig
impl RefUnwindSafe for ComputerUseMacosConfig
impl Send for ComputerUseMacosConfig
impl Sync for ComputerUseMacosConfig
impl Unpin for ComputerUseMacosConfig
impl UnsafeUnpin for ComputerUseMacosConfig
impl UnwindSafe for ComputerUseMacosConfig
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