pub struct OpMetadata {
pub sanitizer_details: Option<&'static str>,
pub sanitizer_fix: Option<&'static str>,
}
Fields§
§sanitizer_details: Option<&'static str>
A description of the op for use in sanitizer output.
sanitizer_fix: Option<&'static str>
The fix for the issue described in sanitizer_details
.
Implementations§
Source§impl OpMetadata
impl OpMetadata
Trait Implementations§
Source§impl Clone for OpMetadata
impl Clone for OpMetadata
Source§fn clone(&self) -> OpMetadata
fn clone(&self) -> OpMetadata
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 moreimpl Copy for OpMetadata
Auto Trait Implementations§
impl Freeze for OpMetadata
impl RefUnwindSafe for OpMetadata
impl Send for OpMetadata
impl Sync for OpMetadata
impl Unpin for OpMetadata
impl UnwindSafe for OpMetadata
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