pub struct addTags;
Trait Implementations§
Source§impl HasArgument<postId> for addTags
impl HasArgument<postId> for addTags
Source§impl HasArgument<tagIds> for addTags
impl HasArgument<tagIds> for addTags
Auto Trait Implementations§
impl Freeze for addTags
impl RefUnwindSafe for addTags
impl Send for addTags
impl Sync for addTags
impl Unpin for addTags
impl UnwindSafe for addTags
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