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