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