Struct anchor_chain::vector::document::DocCollection   
source · pub struct DocCollection { /* private fields */ }Expand description
A struct representing a collection of documents.
Trait Implementations§
source§impl From<DocCollection> for Vec<Document>
 
impl From<DocCollection> for Vec<Document>
source§fn from(docs: DocCollection) -> Self
 
fn from(docs: DocCollection) -> Self
Converts to this type from the input type.
source§impl<T: Into<Document>> FromIterator<T> for DocCollection
 
impl<T: Into<Document>> FromIterator<T> for DocCollection
source§fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
 
fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for DocCollection
impl RefUnwindSafe for DocCollection
impl Send for DocCollection
impl Sync for DocCollection
impl Unpin for DocCollection
impl UnwindSafe for DocCollection
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