pub struct ConfigIdentityInput<'a> {
pub resolved_config_digest: &'a str,
pub policy_digest: Option<&'a str>,
pub preset: Option<&'a str>,
pub protection_state: Option<&'a str>,
}Expand description
Canonical resolved configuration values supplied by the final operator.
Fields§
§resolved_config_digest: &'a str§policy_digest: Option<&'a str>§preset: Option<&'a str>§protection_state: Option<&'a str>Auto Trait Implementations§
impl<'a> Freeze for ConfigIdentityInput<'a>
impl<'a> RefUnwindSafe for ConfigIdentityInput<'a>
impl<'a> Send for ConfigIdentityInput<'a>
impl<'a> Sync for ConfigIdentityInput<'a>
impl<'a> Unpin for ConfigIdentityInput<'a>
impl<'a> UnsafeUnpin for ConfigIdentityInput<'a>
impl<'a> UnwindSafe for ConfigIdentityInput<'a>
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