pub struct FirmwareConfig {
pub approvals: FirmwareApprovals,
pub rules: Vec<FirmwareRule>,
}Fields§
§approvals: FirmwareApprovals§rules: Vec<FirmwareRule>Trait Implementations§
Source§impl Clone for FirmwareConfig
impl Clone for FirmwareConfig
Source§fn clone(&self) -> FirmwareConfig
fn clone(&self) -> FirmwareConfig
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 FirmwareConfig
impl Debug for FirmwareConfig
Source§impl<'de> Deserialize<'de> for FirmwareConfig
impl<'de> Deserialize<'de> for FirmwareConfig
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 FirmwareConfig
impl RefUnwindSafe for FirmwareConfig
impl Send for FirmwareConfig
impl Sync for FirmwareConfig
impl Unpin for FirmwareConfig
impl UnsafeUnpin for FirmwareConfig
impl UnwindSafe for FirmwareConfig
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