pub struct RemoveTagReport {
pub affected: u32,
}Expand description
Result of removing one tag from every current fact.
Fields§
§affected: u32Current facts superseded by an otherwise-identical revision without the tag.
Trait Implementations§
Source§impl Clone for RemoveTagReport
impl Clone for RemoveTagReport
Source§fn clone(&self) -> RemoveTagReport
fn clone(&self) -> RemoveTagReport
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 moreimpl Copy for RemoveTagReport
Source§impl Debug for RemoveTagReport
impl Debug for RemoveTagReport
Source§impl Default for RemoveTagReport
impl Default for RemoveTagReport
Source§fn default() -> RemoveTagReport
fn default() -> RemoveTagReport
Returns the “default value” for a type. Read more
impl Eq for RemoveTagReport
Source§impl PartialEq for RemoveTagReport
impl PartialEq for RemoveTagReport
impl StructuralPartialEq for RemoveTagReport
Auto Trait Implementations§
impl Freeze for RemoveTagReport
impl RefUnwindSafe for RemoveTagReport
impl Send for RemoveTagReport
impl Sync for RemoveTagReport
impl Unpin for RemoveTagReport
impl UnsafeUnpin for RemoveTagReport
impl UnwindSafe for RemoveTagReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.