pub struct mergeRef;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mergeRef
impl RefUnwindSafe for mergeRef
impl Send for mergeRef
impl Sync for mergeRef
impl Unpin for mergeRef
impl UnwindSafe for mergeRef
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