pub struct QueryObjectsCommand { /* private fields */ }Available on crate feature
Runtime only.Implementations§
Source§impl QueryObjectsCommand
impl QueryObjectsCommand
pub fn new( prototype_object_id: RemoteObjectId, object_group: Option<String>, ) -> Self
Sourcepub fn prototype_object_id(&self) -> &RemoteObjectId
pub fn prototype_object_id(&self) -> &RemoteObjectId
Identifier of the prototype to return objects for.
Sourcepub fn object_group(&self) -> Option<&String>
pub fn object_group(&self) -> Option<&String>
Symbolic group name that can be used to release the results.
Trait Implementations§
Source§impl Clone for QueryObjectsCommand
impl Clone for QueryObjectsCommand
Source§fn clone(&self) -> QueryObjectsCommand
fn clone(&self) -> QueryObjectsCommand
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 Command for QueryObjectsCommand
impl Command for QueryObjectsCommand
Source§impl Debug for QueryObjectsCommand
impl Debug for QueryObjectsCommand
Source§impl<'de> Deserialize<'de> for QueryObjectsCommand
impl<'de> Deserialize<'de> for QueryObjectsCommand
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
Auto Trait Implementations§
impl Freeze for QueryObjectsCommand
impl RefUnwindSafe for QueryObjectsCommand
impl Send for QueryObjectsCommand
impl Sync for QueryObjectsCommand
impl Unpin for QueryObjectsCommand
impl UnwindSafe for QueryObjectsCommand
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