pub struct AlterUpdates(pub HashMap<SmallStr, usize>);Tuple Fields§
§0: HashMap<SmallStr, usize>Implementations§
Trait Implementations§
Source§impl Clone for AlterUpdates
impl Clone for AlterUpdates
Source§fn clone(&self) -> AlterUpdates
fn clone(&self) -> AlterUpdates
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 Default for AlterUpdates
impl Default for AlterUpdates
Source§fn default() -> AlterUpdates
fn default() -> AlterUpdates
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AlterUpdates
impl RefUnwindSafe for AlterUpdates
impl Send for AlterUpdates
impl Sync for AlterUpdates
impl Unpin for AlterUpdates
impl UnsafeUnpin for AlterUpdates
impl UnwindSafe for AlterUpdates
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