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