pub struct NotificationEntityInput;Trait Implementations§
impl HasInputField<id, Option<String>> for NotificationEntityInput
impl HasInputField<initiativeId, Option<String>> for NotificationEntityInput
impl HasInputField<initiativeUpdateId, Option<String>> for NotificationEntityInput
impl HasInputField<issueId, Option<String>> for NotificationEntityInput
impl HasInputField<oauthClientApprovalId, Option<String>> for NotificationEntityInput
impl HasInputField<projectId, Option<String>> for NotificationEntityInput
impl HasInputField<projectUpdateId, Option<String>> for NotificationEntityInput
impl InputObjectMarker for NotificationEntityInput
Auto Trait Implementations§
impl Freeze for NotificationEntityInput
impl RefUnwindSafe for NotificationEntityInput
impl Send for NotificationEntityInput
impl Sync for NotificationEntityInput
impl Unpin for NotificationEntityInput
impl UnwindSafe for NotificationEntityInput
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