pub struct SetQueryArgs {
pub key: String,
}
Fields§
§key: String
Trait Implementations§
Source§impl Clone for SetQueryArgs
impl Clone for SetQueryArgs
Source§fn clone(&self) -> SetQueryArgs
fn clone(&self) -> SetQueryArgs
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 SetQueryArgs
impl Debug for SetQueryArgs
Source§impl Default for SetQueryArgs
impl Default for SetQueryArgs
Source§fn default() -> SetQueryArgs
fn default() -> SetQueryArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetQueryArgs
impl<'de> Deserialize<'de> for SetQueryArgs
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 SetQueryArgs
impl PartialEq for SetQueryArgs
Source§impl Serialize for SetQueryArgs
impl Serialize for SetQueryArgs
impl StructuralPartialEq for SetQueryArgs
Auto Trait Implementations§
impl Freeze for SetQueryArgs
impl RefUnwindSafe for SetQueryArgs
impl Send for SetQueryArgs
impl Sync for SetQueryArgs
impl Unpin for SetQueryArgs
impl UnwindSafe for SetQueryArgs
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