pub struct MergeIds { /* private fields */ }Expand description
The IDs to a merge command in sorted order.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeIds
impl RefUnwindSafe for MergeIds
impl Send for MergeIds
impl Sync for MergeIds
impl Unpin for MergeIds
impl UnwindSafe for MergeIds
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