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