pub struct descendentCount;
Trait Implementations§
Source§impl Field for descendentCount
impl Field for descendentCount
Auto Trait Implementations§
impl Freeze for descendentCount
impl RefUnwindSafe for descendentCount
impl Send for descendentCount
impl Sync for descendentCount
impl Unpin for descendentCount
impl UnwindSafe for descendentCount
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