pub struct DeleteCollectionResponse {
pub manifest_uid: String,
}Fields§
§manifest_uid: StringTrait Implementations§
Source§impl Clone for DeleteCollectionResponse
impl Clone for DeleteCollectionResponse
Source§fn clone(&self) -> DeleteCollectionResponse
fn clone(&self) -> DeleteCollectionResponse
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 DeleteCollectionResponse
impl Debug for DeleteCollectionResponse
Source§impl PartialEq for DeleteCollectionResponse
impl PartialEq for DeleteCollectionResponse
impl Eq for DeleteCollectionResponse
impl StructuralPartialEq for DeleteCollectionResponse
Auto Trait Implementations§
impl Freeze for DeleteCollectionResponse
impl RefUnwindSafe for DeleteCollectionResponse
impl Send for DeleteCollectionResponse
impl Sync for DeleteCollectionResponse
impl Unpin for DeleteCollectionResponse
impl UnsafeUnpin for DeleteCollectionResponse
impl UnwindSafe for DeleteCollectionResponse
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