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