pub struct ComputerUseWindowsExeConfig {
pub access: AllowDenyRequirement,
pub binary_name: Option<String>,
pub product_name: String,
pub publisher_name: String,
}Fields§
§access: AllowDenyRequirement§binary_name: Option<String>§product_name: String§publisher_name: StringTrait Implementations§
Source§impl Clone for ComputerUseWindowsExeConfig
impl Clone for ComputerUseWindowsExeConfig
Source§fn clone(&self) -> ComputerUseWindowsExeConfig
fn clone(&self) -> ComputerUseWindowsExeConfig
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 ComputerUseWindowsExeConfig
impl Debug for ComputerUseWindowsExeConfig
Source§impl<'de> Deserialize<'de> for ComputerUseWindowsExeConfig
impl<'de> Deserialize<'de> for ComputerUseWindowsExeConfig
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
impl StructuralPartialEq for ComputerUseWindowsExeConfig
Auto Trait Implementations§
impl Freeze for ComputerUseWindowsExeConfig
impl RefUnwindSafe for ComputerUseWindowsExeConfig
impl Send for ComputerUseWindowsExeConfig
impl Sync for ComputerUseWindowsExeConfig
impl Unpin for ComputerUseWindowsExeConfig
impl UnsafeUnpin for ComputerUseWindowsExeConfig
impl UnwindSafe for ComputerUseWindowsExeConfig
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