pub enum ViewType<'a> {
In(&'a [&'a str]),
NotIn(&'a [&'a str]),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ViewType<'a>
impl<'a> RefUnwindSafe for ViewType<'a>
impl<'a> Send for ViewType<'a>
impl<'a> Sync for ViewType<'a>
impl<'a> Unpin for ViewType<'a>
impl<'a> UnwindSafe for ViewType<'a>
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