pub enum QueryObjectsMethod {
QueryObjects,
}Variants§
QueryObjects
Trait Implementations§
Source§impl Clone for QueryObjectsMethod
impl Clone for QueryObjectsMethod
Source§fn clone(&self) -> QueryObjectsMethod
fn clone(&self) -> QueryObjectsMethod
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 QueryObjectsMethod
impl Debug for QueryObjectsMethod
Source§impl<'de> Deserialize<'de> for QueryObjectsMethod
impl<'de> Deserialize<'de> for QueryObjectsMethod
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 QueryObjectsMethod
impl PartialEq for QueryObjectsMethod
Source§impl Serialize for QueryObjectsMethod
impl Serialize for QueryObjectsMethod
impl StructuralPartialEq for QueryObjectsMethod
Auto Trait Implementations§
impl Freeze for QueryObjectsMethod
impl RefUnwindSafe for QueryObjectsMethod
impl Send for QueryObjectsMethod
impl Sync for QueryObjectsMethod
impl Unpin for QueryObjectsMethod
impl UnsafeUnpin for QueryObjectsMethod
impl UnwindSafe for QueryObjectsMethod
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