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