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