pub struct relevantTagIds;
Trait Implementations§
Source§impl Field for relevantTagIds
impl Field for relevantTagIds
impl HasInputField<relevantTagIds, Option<Vec<String>>> for CreateCommentDataInput
Auto Trait Implementations§
impl Freeze for relevantTagIds
impl RefUnwindSafe for relevantTagIds
impl Send for relevantTagIds
impl Sync for relevantTagIds
impl Unpin for relevantTagIds
impl UnwindSafe for relevantTagIds
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