pub struct BulkTagReport {
pub notes_affected: usize,
pub operation: String,
}Expand description
Report from bulk tag operation.
Fields§
§notes_affected: usizeNumber of notes affected.
operation: StringOperation performed.
Trait Implementations§
Source§impl Clone for BulkTagReport
impl Clone for BulkTagReport
Source§fn clone(&self) -> BulkTagReport
fn clone(&self) -> BulkTagReport
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 BulkTagReport
impl Debug for BulkTagReport
Source§impl Default for BulkTagReport
impl Default for BulkTagReport
Source§fn default() -> BulkTagReport
fn default() -> BulkTagReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BulkTagReport
impl RefUnwindSafe for BulkTagReport
impl Send for BulkTagReport
impl Sync for BulkTagReport
impl Unpin for BulkTagReport
impl UnwindSafe for BulkTagReport
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