pub struct QueryArgProfile {
pub query_arg: String,
pub profile_id: String,
}Fields§
§query_arg: String§profile_id: StringTrait Implementations§
Source§impl Clone for QueryArgProfile
impl Clone for QueryArgProfile
Source§fn clone(&self) -> QueryArgProfile
fn clone(&self) -> QueryArgProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryArgProfile
impl Debug for QueryArgProfile
Source§impl Default for QueryArgProfile
impl Default for QueryArgProfile
Source§fn default() -> QueryArgProfile
fn default() -> QueryArgProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryArgProfile
impl<'de> Deserialize<'de> for QueryArgProfile
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
Auto Trait Implementations§
impl Freeze for QueryArgProfile
impl RefUnwindSafe for QueryArgProfile
impl Send for QueryArgProfile
impl Sync for QueryArgProfile
impl Unpin for QueryArgProfile
impl UnsafeUnpin for QueryArgProfile
impl UnwindSafe for QueryArgProfile
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