pub struct KeyType<'src> {
pub group: Option<Group<'src>>,
pub name: StringContent<'src>,
}
Fields§
§group: Option<Group<'src>>
§name: StringContent<'src>
Trait Implementations§
impl<'src> StructuralPartialEq for KeyType<'src>
Auto Trait Implementations§
impl<'src> Freeze for KeyType<'src>
impl<'src> RefUnwindSafe for KeyType<'src>
impl<'src> Send for KeyType<'src>
impl<'src> Sync for KeyType<'src>
impl<'src> Unpin for KeyType<'src>
impl<'src> UnwindSafe for KeyType<'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