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