Struct bonsaidb::core::networking::GetMultiple
source · pub struct GetMultiple {
pub database: String,
pub collection: CollectionName,
pub ids: Vec<DocumentId>,
}
Expand description
Retrieve multiple documents.
Fields§
§database: String
The name of the database.
collection: CollectionName
The collection of the documents.
ids: Vec<DocumentId>
The ids of the documents.
Trait Implementations§
source§impl Api for GetMultiple
impl Api for GetMultiple
source§impl Clone for GetMultiple
impl Clone for GetMultiple
source§fn clone(&self) -> GetMultiple
fn clone(&self) -> GetMultiple
Returns a copy 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 GetMultiple
impl Debug for GetMultiple
source§impl<'de> Deserialize<'de> for GetMultiple
impl<'de> Deserialize<'de> for GetMultiple
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<GetMultiple, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<GetMultiple, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for GetMultiple
impl Serialize for GetMultiple
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetMultiple
impl Send for GetMultiple
impl Sync for GetMultiple
impl Unpin for GetMultiple
impl UnwindSafe for GetMultiple
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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