pub struct VsSuffixMatch { /* private fields */ }Auto Trait Implementations§
impl Freeze for VsSuffixMatch
impl RefUnwindSafe for VsSuffixMatch
impl Send for VsSuffixMatch
impl Sync for VsSuffixMatch
impl Unpin for VsSuffixMatch
impl UnsafeUnpin for VsSuffixMatch
impl UnwindSafe for VsSuffixMatch
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