pub struct DiffOccurrenceLimitChange {
pub before: Option<u32>,
pub after: Option<u32>,
}Fields§
§before: Option<u32>§after: Option<u32>Trait Implementations§
Source§impl Clone for DiffOccurrenceLimitChange
impl Clone for DiffOccurrenceLimitChange
Source§fn clone(&self) -> DiffOccurrenceLimitChange
fn clone(&self) -> DiffOccurrenceLimitChange
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 Debug for DiffOccurrenceLimitChange
impl Debug for DiffOccurrenceLimitChange
impl Copy for DiffOccurrenceLimitChange
Auto Trait Implementations§
impl Freeze for DiffOccurrenceLimitChange
impl RefUnwindSafe for DiffOccurrenceLimitChange
impl Send for DiffOccurrenceLimitChange
impl Sync for DiffOccurrenceLimitChange
impl Unpin for DiffOccurrenceLimitChange
impl UnsafeUnpin for DiffOccurrenceLimitChange
impl UnwindSafe for DiffOccurrenceLimitChange
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