pub struct QueryObjectsReturnObjectBuilder { /* private fields */ }Expand description
Builder for QueryObjectsReturnObject.
Implementations§
Source§impl QueryObjectsReturnObjectBuilder
impl QueryObjectsReturnObjectBuilder
Sourcepub fn objects(&mut self, value: RemoteObject) -> &mut Self
pub fn objects(&mut self, value: RemoteObject) -> &mut Self
Array with objects.
Sourcepub fn build(
&self,
) -> Result<QueryObjectsReturnObject, QueryObjectsReturnObjectBuilderError>
pub fn build( &self, ) -> Result<QueryObjectsReturnObject, QueryObjectsReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for QueryObjectsReturnObjectBuilder
impl Clone for QueryObjectsReturnObjectBuilder
Source§fn clone(&self) -> QueryObjectsReturnObjectBuilder
fn clone(&self) -> QueryObjectsReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for QueryObjectsReturnObjectBuilder
impl RefUnwindSafe for QueryObjectsReturnObjectBuilder
impl Send for QueryObjectsReturnObjectBuilder
impl Sync for QueryObjectsReturnObjectBuilder
impl Unpin for QueryObjectsReturnObjectBuilder
impl UnsafeUnpin for QueryObjectsReturnObjectBuilder
impl UnwindSafe for QueryObjectsReturnObjectBuilder
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