pub struct QueryKeyPageIndexParams {
pub url: String,
pub options: Option<Value>,
}Fields§
§url: String§options: Option<Value>Trait Implementations§
Source§impl Clone for QueryKeyPageIndexParams
impl Clone for QueryKeyPageIndexParams
Source§fn clone(&self) -> QueryKeyPageIndexParams
fn clone(&self) -> QueryKeyPageIndexParams
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 QueryKeyPageIndexParams
impl Debug for QueryKeyPageIndexParams
Source§impl<'de> Deserialize<'de> for QueryKeyPageIndexParams
impl<'de> Deserialize<'de> for QueryKeyPageIndexParams
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 QueryKeyPageIndexParams
impl PartialEq for QueryKeyPageIndexParams
Source§impl Serialize for QueryKeyPageIndexParams
impl Serialize for QueryKeyPageIndexParams
impl StructuralPartialEq for QueryKeyPageIndexParams
Auto Trait Implementations§
impl Freeze for QueryKeyPageIndexParams
impl RefUnwindSafe for QueryKeyPageIndexParams
impl Send for QueryKeyPageIndexParams
impl Sync for QueryKeyPageIndexParams
impl Unpin for QueryKeyPageIndexParams
impl UnsafeUnpin for QueryKeyPageIndexParams
impl UnwindSafe for QueryKeyPageIndexParams
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