pub struct AuditParams {
pub audit_type: String,
pub description: Option<String>,
pub options: HashMap<String, String>,
pub local: Option<bool>,
}Fields§
§audit_type: String§description: Option<String>§options: HashMap<String, String>§local: Option<bool>Trait Implementations§
Source§impl Clone for AuditParams
impl Clone for AuditParams
Source§fn clone(&self) -> AuditParams
fn clone(&self) -> AuditParams
Returns a duplicate of the value. Read more
1.0.0 · 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 AuditParams
impl Debug for AuditParams
Auto Trait Implementations§
impl Freeze for AuditParams
impl RefUnwindSafe for AuditParams
impl Send for AuditParams
impl Sync for AuditParams
impl Unpin for AuditParams
impl UnsafeUnpin for AuditParams
impl UnwindSafe for AuditParams
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