Struct vndb_api::request::query::UListQuery
source · pub struct UListQuery {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for UListQuery
impl RefUnwindSafe for UListQuery
impl Send for UListQuery
impl Sync for UListQuery
impl Unpin for UListQuery
impl UnwindSafe for UListQuery
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