pub struct CollectionListResponse {
    pub collections: Vec<String>,
}Expand description
Response from get collection list
Fields§
§collections: Vec<String>Trait Implementations§
Source§impl Debug for CollectionListResponse
 
impl Debug for CollectionListResponse
Source§impl<'de> Deserialize<'de> for CollectionListResponse
 
impl<'de> Deserialize<'de> for CollectionListResponse
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 CollectionListResponse
impl RefUnwindSafe for CollectionListResponse
impl Send for CollectionListResponse
impl Sync for CollectionListResponse
impl Unpin for CollectionListResponse
impl UnwindSafe for CollectionListResponse
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