pub struct metadata;Trait Implementations§
Source§impl HasField<metadata> for IssueSearchResult
impl HasField<metadata> for IssueSearchResult
Source§type Type = JSONObject
type Type = JSONObject
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