pub struct SendCollectionToAdminRequest {
pub collection: u32,
}Fields§
§collection: u32The ID of the collection to send to the administrator for review.
Implementations§
Trait Implementations§
Source§impl Clone for SendCollectionToAdminRequest
impl Clone for SendCollectionToAdminRequest
Source§fn clone(&self) -> SendCollectionToAdminRequest
fn clone(&self) -> SendCollectionToAdminRequest
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 SendCollectionToAdminRequest
impl Debug for SendCollectionToAdminRequest
Source§impl PartialEq for SendCollectionToAdminRequest
impl PartialEq for SendCollectionToAdminRequest
Source§fn eq(&self, other: &SendCollectionToAdminRequest) -> bool
fn eq(&self, other: &SendCollectionToAdminRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SendCollectionToAdminRequest
Auto Trait Implementations§
impl Freeze for SendCollectionToAdminRequest
impl RefUnwindSafe for SendCollectionToAdminRequest
impl Send for SendCollectionToAdminRequest
impl Sync for SendCollectionToAdminRequest
impl Unpin for SendCollectionToAdminRequest
impl UnsafeUnpin for SendCollectionToAdminRequest
impl UnwindSafe for SendCollectionToAdminRequest
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