Struct lichess_api::model::external_engine::update::PutQuery
source · pub struct PutQuery;Trait Implementations§
Auto Trait Implementations§
impl Freeze for PutQuery
impl RefUnwindSafe for PutQuery
impl Send for PutQuery
impl Sync for PutQuery
impl Unpin for PutQuery
impl UnwindSafe for PutQuery
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)