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