pub struct BootstrapAuditIdentity {
pub actor: String,
pub category: String,
pub reason: String,
pub resulting_version: Option<i64>,
pub occurred_at_millis: u64,
}Fields§
§actor: String§category: String§reason: String§resulting_version: Option<i64>§occurred_at_millis: u64Trait Implementations§
Source§impl Clone for BootstrapAuditIdentity
impl Clone for BootstrapAuditIdentity
Source§fn clone(&self) -> BootstrapAuditIdentity
fn clone(&self) -> BootstrapAuditIdentity
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 BootstrapAuditIdentity
impl Debug for BootstrapAuditIdentity
impl Eq for BootstrapAuditIdentity
Source§impl PartialEq for BootstrapAuditIdentity
impl PartialEq for BootstrapAuditIdentity
impl StructuralPartialEq for BootstrapAuditIdentity
Auto Trait Implementations§
impl Freeze for BootstrapAuditIdentity
impl RefUnwindSafe for BootstrapAuditIdentity
impl Send for BootstrapAuditIdentity
impl Sync for BootstrapAuditIdentity
impl Unpin for BootstrapAuditIdentity
impl UnsafeUnpin for BootstrapAuditIdentity
impl UnwindSafe for BootstrapAuditIdentity
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