pub struct FilesQuery {
pub peer_name: Option<String>,
pub query: IndexQuery,
}Fields§
§peer_name: Option<String>§query: IndexQueryTrait Implementations§
Source§impl Clone for FilesQuery
impl Clone for FilesQuery
Source§fn clone(&self) -> FilesQuery
fn clone(&self) -> FilesQuery
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 FilesQuery
impl Debug for FilesQuery
Source§impl<'de> Deserialize<'de> for FilesQuery
impl<'de> Deserialize<'de> for FilesQuery
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<FilesQuery, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<FilesQuery, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FilesQuery
impl PartialEq for FilesQuery
Source§fn eq(&self, other: &FilesQuery) -> bool
fn eq(&self, other: &FilesQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FilesQuery
impl Serialize for FilesQuery
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for FilesQuery
Auto Trait Implementations§
impl Freeze for FilesQuery
impl RefUnwindSafe for FilesQuery
impl Send for FilesQuery
impl Sync for FilesQuery
impl Unpin for FilesQuery
impl UnsafeUnpin for FilesQuery
impl UnwindSafe for FilesQuery
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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