pub struct MergeOption {
pub label: String,
}Expand description
An option for merge steering.
Fields§
§label: StringLabel for this option.
Trait Implementations§
Source§impl Clone for MergeOption
impl Clone for MergeOption
Source§fn clone(&self) -> MergeOption
fn clone(&self) -> MergeOption
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 moreAuto Trait Implementations§
impl Freeze for MergeOption
impl RefUnwindSafe for MergeOption
impl Send for MergeOption
impl Sync for MergeOption
impl Unpin for MergeOption
impl UnsafeUnpin for MergeOption
impl UnwindSafe for MergeOption
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