pub struct DocumentCreateInput;Trait Implementations§
impl HasInputField<color, Option<String>> for DocumentCreateInput
impl HasInputField<content, Option<String>> for DocumentCreateInput
impl HasInputField<icon, Option<String>> for DocumentCreateInput
impl HasInputField<id, Option<String>> for DocumentCreateInput
impl HasInputField<initiativeId, Option<String>> for DocumentCreateInput
impl HasInputField<issueId, Option<String>> for DocumentCreateInput
impl HasInputField<lastAppliedTemplateId, Option<String>> for DocumentCreateInput
impl HasInputField<projectId, Option<String>> for DocumentCreateInput
impl HasInputField<resourceFolderId, Option<String>> for DocumentCreateInput
impl HasInputField<sortOrder, Option<f64>> for DocumentCreateInput
impl HasInputField<subscriberIds, Option<Vec<String>>> for DocumentCreateInput
impl HasInputField<teamId, Option<String>> for DocumentCreateInput
impl HasInputField<title, String> for DocumentCreateInput
impl InputObjectMarker for DocumentCreateInput
Auto Trait Implementations§
impl Freeze for DocumentCreateInput
impl RefUnwindSafe for DocumentCreateInput
impl Send for DocumentCreateInput
impl Sync for DocumentCreateInput
impl Unpin for DocumentCreateInput
impl UnwindSafe for DocumentCreateInput
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