pub struct AtlanticQueriesEndpoints {
pub get_queries: Url,
pub get_query: Url,
pub get_query_jobs: Url,
}Fields§
§get_queries: Url§get_query: Url§get_query_jobs: UrlTrait Implementations§
Source§impl Clone for AtlanticQueriesEndpoints
impl Clone for AtlanticQueriesEndpoints
Source§fn clone(&self) -> AtlanticQueriesEndpoints
fn clone(&self) -> AtlanticQueriesEndpoints
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AtlanticQueriesEndpoints
impl RefUnwindSafe for AtlanticQueriesEndpoints
impl Send for AtlanticQueriesEndpoints
impl Sync for AtlanticQueriesEndpoints
impl Unpin for AtlanticQueriesEndpoints
impl UnwindSafe for AtlanticQueriesEndpoints
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