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