pub struct Dashboard;Trait Implementations§
Source§impl HasField<__typename> for Dashboard
impl HasField<__typename> for Dashboard
Source§impl HasField<archivedAt> for Dashboard
impl HasField<archivedAt> for Dashboard
Source§impl HasField<description> for Dashboard
impl HasField<description> for Dashboard
Source§impl HasField<issueFilter> for Dashboard
impl HasField<issueFilter> for Dashboard
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<organization> for Dashboard
impl HasField<organization> for Dashboard
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<projectFilter> for Dashboard
impl HasField<projectFilter> for Dashboard
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<widgets> for Dashboard
impl HasField<widgets> for Dashboard
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
impl HasSubtype<Dashboard> for Node
Auto Trait Implementations§
impl Freeze for Dashboard
impl RefUnwindSafe for Dashboard
impl Send for Dashboard
impl Sync for Dashboard
impl Unpin for Dashboard
impl UnwindSafe for Dashboard
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