pub struct QueryObjectsReturnObject {
pub objects: RemoteObject,
}Fields§
§objects: RemoteObjectTrait Implementations§
Source§impl Clone for QueryObjectsReturnObject
impl Clone for QueryObjectsReturnObject
Source§fn clone(&self) -> QueryObjectsReturnObject
fn clone(&self) -> QueryObjectsReturnObject
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 QueryObjectsReturnObject
impl Debug for QueryObjectsReturnObject
Source§impl<'de> Deserialize<'de> for QueryObjectsReturnObject
impl<'de> Deserialize<'de> for QueryObjectsReturnObject
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 QueryObjectsReturnObject
impl PartialEq for QueryObjectsReturnObject
Source§impl Serialize for QueryObjectsReturnObject
impl Serialize for QueryObjectsReturnObject
impl StructuralPartialEq for QueryObjectsReturnObject
Auto Trait Implementations§
impl Freeze for QueryObjectsReturnObject
impl RefUnwindSafe for QueryObjectsReturnObject
impl Send for QueryObjectsReturnObject
impl Sync for QueryObjectsReturnObject
impl Unpin for QueryObjectsReturnObject
impl UnwindSafe for QueryObjectsReturnObject
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