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