pub struct CollectionData {
pub collection_name: String,
}Available on crate feature
indexer only.Expand description
Collection data from the indexer.
Fields§
§collection_name: StringCollection name.
Trait Implementations§
Source§impl Clone for CollectionData
impl Clone for CollectionData
Source§fn clone(&self) -> CollectionData
fn clone(&self) -> CollectionData
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 Debug for CollectionData
impl Debug for CollectionData
Source§impl<'de> Deserialize<'de> for CollectionData
impl<'de> Deserialize<'de> for CollectionData
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 CollectionData
impl RefUnwindSafe for CollectionData
impl Send for CollectionData
impl Sync for CollectionData
impl Unpin for CollectionData
impl UnwindSafe for CollectionData
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