pub struct JSONObject {}Trait Implementations§
Source§impl NamedType for JSONObject
impl NamedType for JSONObject
impl HasInputField<content, JSONObject> for AgentActivityCreateInput
impl HasInputField<content, JSONObject> for AgentActivityCreatePromptInput
impl HasInputField<issues, JSONObject> for ReleaseDebugSinkInput
impl HasInputField<mapping, JSONObject> for IssueImportUpdateInput
impl HasInputField<preferences, JSONObject> for ViewPreferencesCreateInput
impl HasInputField<workflowStates, JSONObject> for InheritanceEntityMapping
Auto Trait Implementations§
impl Freeze for JSONObject
impl RefUnwindSafe for JSONObject
impl Send for JSONObject
impl Sync for JSONObject
impl Unpin for JSONObject
impl UnwindSafe for JSONObject
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