pub struct Qualified<'a, F, B> {
pub front: F,
pub qself: &'a QSelf,
pub path: &'a Path,
pub back: B,
}Fields§
§front: F§qself: &'a QSelf§path: &'a Path§back: BImplementations§
Source§impl<F, B> Qualified<'_, F, B>where
F: LocateGroup,
B: LocateGroup,
impl<F, B> Qualified<'_, F, B>where
F: LocateGroup,
B: LocateGroup,
Auto Trait Implementations§
impl<'a, F, B> Freeze for Qualified<'a, F, B>
impl<'a, F, B> RefUnwindSafe for Qualified<'a, F, B>where
F: RefUnwindSafe,
B: RefUnwindSafe,
impl<'a, F, B> !Send for Qualified<'a, F, B>
impl<'a, F, B> !Sync for Qualified<'a, F, B>
impl<'a, F, B> Unpin for Qualified<'a, F, B>
impl<'a, F, B> UnwindSafe for Qualified<'a, F, B>where
F: UnwindSafe,
B: UnwindSafe,
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