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