Struct ostree_ext::ima::ImaOpts
source · pub struct ImaOpts {
pub algorithm: String,
pub key: Utf8PathBuf,
pub overwrite: bool,
}Expand description
Attributes to configure IMA signatures.
Fields§
§algorithm: StringDigest algorithm
key: Utf8PathBufPath to IMA key
overwrite: boolReplace any existing IMA signatures.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ImaOpts
impl Send for ImaOpts
impl Sync for ImaOpts
impl Unpin for ImaOpts
impl UnwindSafe for ImaOpts
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