pub struct LibraryProcessingJobBulkActionResponse {
pub accepted: u64,
pub skipped: u64,
}Fields§
§accepted: u64§skipped: u64Trait Implementations§
Source§impl Clone for LibraryProcessingJobBulkActionResponse
impl Clone for LibraryProcessingJobBulkActionResponse
Source§fn clone(&self) -> LibraryProcessingJobBulkActionResponse
fn clone(&self) -> LibraryProcessingJobBulkActionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for LibraryProcessingJobBulkActionResponse
impl ComposeSchema for LibraryProcessingJobBulkActionResponse
Source§impl<'de> Deserialize<'de> for LibraryProcessingJobBulkActionResponse
impl<'de> Deserialize<'de> for LibraryProcessingJobBulkActionResponse
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 LibraryProcessingJobBulkActionResponse
impl RefUnwindSafe for LibraryProcessingJobBulkActionResponse
impl Send for LibraryProcessingJobBulkActionResponse
impl Sync for LibraryProcessingJobBulkActionResponse
impl Unpin for LibraryProcessingJobBulkActionResponse
impl UnsafeUnpin for LibraryProcessingJobBulkActionResponse
impl UnwindSafe for LibraryProcessingJobBulkActionResponse
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