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