pub struct FavoriteCreateInput;Trait Implementations§
impl HasInputField<customViewId, Option<String>> for FavoriteCreateInput
impl HasInputField<customerId, Option<String>> for FavoriteCreateInput
impl HasInputField<cycleId, Option<String>> for FavoriteCreateInput
impl HasInputField<dashboardId, Option<String>> for FavoriteCreateInput
impl HasInputField<documentId, Option<String>> for FavoriteCreateInput
impl HasInputField<facetId, Option<String>> for FavoriteCreateInput
impl HasInputField<folderName, Option<String>> for FavoriteCreateInput
impl HasInputField<id, Option<String>> for FavoriteCreateInput
impl HasInputField<initiativeId, Option<String>> for FavoriteCreateInput
impl HasInputField<initiativeTab, Option<InitiativeTab>> for FavoriteCreateInput
impl HasInputField<issueId, Option<String>> for FavoriteCreateInput
impl HasInputField<labelId, Option<String>> for FavoriteCreateInput
impl HasInputField<parentId, Option<String>> for FavoriteCreateInput
impl HasInputField<predefinedViewTeamId, Option<String>> for FavoriteCreateInput
impl HasInputField<predefinedViewType, Option<String>> for FavoriteCreateInput
impl HasInputField<projectId, Option<String>> for FavoriteCreateInput
impl HasInputField<projectLabelId, Option<String>> for FavoriteCreateInput
impl HasInputField<projectTab, Option<ProjectTab>> for FavoriteCreateInput
impl HasInputField<pullRequestId, Option<String>> for FavoriteCreateInput
impl HasInputField<releaseId, Option<String>> for FavoriteCreateInput
impl HasInputField<releasePipelineId, Option<String>> for FavoriteCreateInput
impl HasInputField<sortOrder, Option<f64>> for FavoriteCreateInput
impl HasInputField<userId, Option<String>> for FavoriteCreateInput
impl InputObjectMarker for FavoriteCreateInput
Auto Trait Implementations§
impl Freeze for FavoriteCreateInput
impl RefUnwindSafe for FavoriteCreateInput
impl Send for FavoriteCreateInput
impl Sync for FavoriteCreateInput
impl Unpin for FavoriteCreateInput
impl UnwindSafe for FavoriteCreateInput
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