pub struct KeyNames<'src> {
pub values: Vec<Ident<'src>>,
}
Fields§
§values: Vec<Ident<'src>>
Trait Implementations§
impl<'src> StructuralPartialEq for KeyNames<'src>
Auto Trait Implementations§
impl<'src> Freeze for KeyNames<'src>
impl<'src> RefUnwindSafe for KeyNames<'src>
impl<'src> Send for KeyNames<'src>
impl<'src> Sync for KeyNames<'src>
impl<'src> Unpin for KeyNames<'src>
impl<'src> UnwindSafe for KeyNames<'src>
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