pub struct ancestors;Trait Implementations§
Source§impl HasArgument<after> for ancestors
impl HasArgument<after> for ancestors
Source§impl HasArgument<before> for ancestors
impl HasArgument<before> for ancestors
Source§impl HasArgument<first> for ancestors
impl HasArgument<first> for ancestors
Source§impl HasArgument<last> for ancestors
impl HasArgument<last> for ancestors
Auto Trait Implementations§
impl Freeze for ancestors
impl RefUnwindSafe for ancestors
impl Send for ancestors
impl Sync for ancestors
impl Unpin for ancestors
impl UnwindSafe for ancestors
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