pub struct RepositoryVulnerabilityAlertCreate { /* private fields */ }
Implementations§
Source§impl RepositoryVulnerabilityAlertCreate
impl RepositoryVulnerabilityAlertCreate
pub fn action<T>(self, value: T) -> Self
pub fn alert<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for RepositoryVulnerabilityAlertCreate
impl Clone for RepositoryVulnerabilityAlertCreate
Source§fn clone(&self) -> RepositoryVulnerabilityAlertCreate
fn clone(&self) -> RepositoryVulnerabilityAlertCreate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<RepositoryVulnerabilityAlertCreate> for RepositoryVulnerabilityAlertCreate
impl From<RepositoryVulnerabilityAlertCreate> for RepositoryVulnerabilityAlertCreate
Source§fn from(value: RepositoryVulnerabilityAlertCreate) -> Self
fn from(value: RepositoryVulnerabilityAlertCreate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RepositoryVulnerabilityAlertCreate
impl RefUnwindSafe for RepositoryVulnerabilityAlertCreate
impl Send for RepositoryVulnerabilityAlertCreate
impl Sync for RepositoryVulnerabilityAlertCreate
impl Unpin for RepositoryVulnerabilityAlertCreate
impl UnwindSafe for RepositoryVulnerabilityAlertCreate
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