pub struct QueryLinkCreateResponse {
pub link: String,
}Expand description
Response with created query link
Fields§
§link: StringLink to access the query
Trait Implementations§
Source§impl Clone for QueryLinkCreateResponse
impl Clone for QueryLinkCreateResponse
Source§fn clone(&self) -> QueryLinkCreateResponse
fn clone(&self) -> QueryLinkCreateResponse
Returns a duplicate 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 moreSource§impl Debug for QueryLinkCreateResponse
impl Debug for QueryLinkCreateResponse
Source§impl Default for QueryLinkCreateResponse
impl Default for QueryLinkCreateResponse
Source§fn default() -> QueryLinkCreateResponse
fn default() -> QueryLinkCreateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryLinkCreateResponse
impl<'de> Deserialize<'de> for QueryLinkCreateResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for QueryLinkCreateResponse
impl PartialEq for QueryLinkCreateResponse
Source§impl Serialize for QueryLinkCreateResponse
impl Serialize for QueryLinkCreateResponse
impl StructuralPartialEq for QueryLinkCreateResponse
Auto Trait Implementations§
impl Freeze for QueryLinkCreateResponse
impl RefUnwindSafe for QueryLinkCreateResponse
impl Send for QueryLinkCreateResponse
impl Sync for QueryLinkCreateResponse
impl Unpin for QueryLinkCreateResponse
impl UnwindSafe for QueryLinkCreateResponse
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