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