pub struct Boosting { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<Boosting> for QueryField
impl From<Boosting> for QueryField
Auto Trait Implementations§
impl Freeze for Boosting
impl RefUnwindSafe for Boosting
impl Send for Boosting
impl Sync for Boosting
impl Unpin for Boosting
impl UnwindSafe for Boosting
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