pub struct QueryObjectsBuilder { /* private fields */ }Implementations§
Source§impl QueryObjectsBuilder
impl QueryObjectsBuilder
pub fn prototype_object_id( self, prototype_object_id: impl Into<RemoteObjectId>, ) -> Self
pub fn object_group(self, object_group: impl Into<String>) -> Self
pub fn build(self) -> Result<QueryObjects, String>
Trait Implementations§
Source§impl Clone for QueryObjectsBuilder
impl Clone for QueryObjectsBuilder
Source§fn clone(&self) -> QueryObjectsBuilder
fn clone(&self) -> QueryObjectsBuilder
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 Default for QueryObjectsBuilder
impl Default for QueryObjectsBuilder
Source§fn default() -> QueryObjectsBuilder
fn default() -> QueryObjectsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryObjectsBuilder
impl RefUnwindSafe for QueryObjectsBuilder
impl Send for QueryObjectsBuilder
impl Sync for QueryObjectsBuilder
impl Unpin for QueryObjectsBuilder
impl UnsafeUnpin for QueryObjectsBuilder
impl UnwindSafe for QueryObjectsBuilder
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