pub struct RefMerge { /* private fields */ }
Expand description
Builder for the RefMerge
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefMerge
impl RefUnwindSafe for RefMerge
impl Send for RefMerge
impl Sync for RefMerge
impl Unpin for RefMerge
impl UnwindSafe for RefMerge
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