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