pub struct DeleteCollectionRequest {
pub collection: u32,
}Fields§
§collection: u32The ID of the collection to delete.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteCollectionRequest
impl Clone for DeleteCollectionRequest
Source§fn clone(&self) -> DeleteCollectionRequest
fn clone(&self) -> DeleteCollectionRequest
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 DeleteCollectionRequest
impl Debug for DeleteCollectionRequest
Source§impl PartialEq for DeleteCollectionRequest
impl PartialEq for DeleteCollectionRequest
Source§impl Serialize for DeleteCollectionRequest
impl Serialize for DeleteCollectionRequest
impl StructuralPartialEq for DeleteCollectionRequest
Auto Trait Implementations§
impl Freeze for DeleteCollectionRequest
impl RefUnwindSafe for DeleteCollectionRequest
impl Send for DeleteCollectionRequest
impl Sync for DeleteCollectionRequest
impl Unpin for DeleteCollectionRequest
impl UnsafeUnpin for DeleteCollectionRequest
impl UnwindSafe for DeleteCollectionRequest
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