pub struct IssueSuggestionType {}Auto Trait Implementations§
impl Freeze for IssueSuggestionType
impl RefUnwindSafe for IssueSuggestionType
impl Send for IssueSuggestionType
impl Sync for IssueSuggestionType
impl Unpin for IssueSuggestionType
impl UnsafeUnpin for IssueSuggestionType
impl UnwindSafe for IssueSuggestionType
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