pub struct FalsePathRegexp {
pub from_regexp: String,
pub to_regexp: String,
}
Fields§
§from_regexp: String
§to_regexp: String
Trait Implementations§
Source§impl Clone for FalsePathRegexp
impl Clone for FalsePathRegexp
Source§fn clone(&self) -> FalsePathRegexp
fn clone(&self) -> FalsePathRegexp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FalsePathRegexp
impl RefUnwindSafe for FalsePathRegexp
impl Send for FalsePathRegexp
impl Sync for FalsePathRegexp
impl Unpin for FalsePathRegexp
impl UnwindSafe for FalsePathRegexp
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