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