pub struct mergeTags;
Trait Implementations§
Source§impl HasArgument<redirectSource> for mergeTags
impl HasArgument<redirectSource> for mergeTags
Source§impl HasArgument<sourceTagId> for mergeTags
impl HasArgument<sourceTagId> for mergeTags
Source§impl HasArgument<targetTagId> for mergeTags
impl HasArgument<targetTagId> for mergeTags
Auto Trait Implementations§
impl Freeze for mergeTags
impl RefUnwindSafe for mergeTags
impl Send for mergeTags
impl Sync for mergeTags
impl Unpin for mergeTags
impl UnwindSafe for mergeTags
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