pub struct metadata;Trait Implementations§
Source§impl HasField<metadata> for IssueSuggestion
impl HasField<metadata> for IssueSuggestion
Source§type Type = Option<IssueSuggestionMetadata>
type Type = Option<IssueSuggestionMetadata>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for metadata
impl RefUnwindSafe for metadata
impl Send for metadata
impl Sync for metadata
impl Unpin for metadata
impl UnwindSafe for metadata
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