pub enum Keys<'a> {
Key(&'a str),
Many(&'a [&'a str]),
}Variants§
Implementations§
Trait Implementations§
impl<'a> Copy for Keys<'a>
impl<'a> Eq for Keys<'a>
impl<'a> StructuralPartialEq for Keys<'a>
Auto Trait Implementations§
impl<'a> Freeze for Keys<'a>
impl<'a> RefUnwindSafe for Keys<'a>
impl<'a> Send for Keys<'a>
impl<'a> Sync for Keys<'a>
impl<'a> Unpin for Keys<'a>
impl<'a> UnsafeUnpin for Keys<'a>
impl<'a> UnwindSafe for Keys<'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