pub struct autoCloseParentIssues;Trait Implementations§
Source§impl Field for autoCloseParentIssues
impl Field for autoCloseParentIssues
Auto Trait Implementations§
impl Freeze for autoCloseParentIssues
impl RefUnwindSafe for autoCloseParentIssues
impl Send for autoCloseParentIssues
impl Sync for autoCloseParentIssues
impl Unpin for autoCloseParentIssues
impl UnwindSafe for autoCloseParentIssues
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