pub struct FieldAudit {
pub value: String,
pub source: String,
}Fields§
§value: String§source: StringTrait Implementations§
Source§impl Debug for FieldAudit
impl Debug for FieldAudit
Auto Trait Implementations§
impl Freeze for FieldAudit
impl RefUnwindSafe for FieldAudit
impl Send for FieldAudit
impl Sync for FieldAudit
impl Unpin for FieldAudit
impl UnsafeUnpin for FieldAudit
impl UnwindSafe for FieldAudit
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