pub struct CompareCFIIdentifier3 {
pub val1: Option<String>,
pub val2: Option<String>,
}Fields§
§val1: Option<String>§val2: Option<String>Implementations§
Source§impl CompareCFIIdentifier3
impl CompareCFIIdentifier3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareCFIIdentifier3
impl RefUnwindSafe for CompareCFIIdentifier3
impl Send for CompareCFIIdentifier3
impl Sync for CompareCFIIdentifier3
impl Unpin for CompareCFIIdentifier3
impl UnwindSafe for CompareCFIIdentifier3
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