pub struct AuthorizedAuditFact { /* private fields */ }Expand description
Input that can only be sealed as an authorization-bearing audit record.
Trait Implementations§
Source§impl Clone for AuthorizedAuditFact
impl Clone for AuthorizedAuditFact
Source§impl Debug for AuthorizedAuditFact
impl Debug for AuthorizedAuditFact
impl Eq for AuthorizedAuditFact
Source§impl PartialEq for AuthorizedAuditFact
impl PartialEq for AuthorizedAuditFact
impl StructuralPartialEq for AuthorizedAuditFact
Auto Trait Implementations§
impl Freeze for AuthorizedAuditFact
impl RefUnwindSafe for AuthorizedAuditFact
impl Send for AuthorizedAuditFact
impl Sync for AuthorizedAuditFact
impl Unpin for AuthorizedAuditFact
impl UnsafeUnpin for AuthorizedAuditFact
impl UnwindSafe for AuthorizedAuditFact
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