pub struct CodeScanningAlertReopenedAlertInstancesItemLocation { /* private fields */ }
Implementations§
Source§impl CodeScanningAlertReopenedAlertInstancesItemLocation
impl CodeScanningAlertReopenedAlertInstancesItemLocation
pub fn end_column<T>(self, value: T) -> Self
pub fn end_line<T>(self, value: T) -> Self
pub fn path<T>(self, value: T) -> Self
pub fn start_column<T>(self, value: T) -> Self
pub fn start_line<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CodeScanningAlertReopenedAlertInstancesItemLocation
impl Clone for CodeScanningAlertReopenedAlertInstancesItemLocation
Source§fn clone(&self) -> CodeScanningAlertReopenedAlertInstancesItemLocation
fn clone(&self) -> CodeScanningAlertReopenedAlertInstancesItemLocation
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<CodeScanningAlertReopenedAlertInstancesItemLocation> for CodeScanningAlertReopenedAlertInstancesItemLocation
impl From<CodeScanningAlertReopenedAlertInstancesItemLocation> for CodeScanningAlertReopenedAlertInstancesItemLocation
Source§fn from(value: CodeScanningAlertReopenedAlertInstancesItemLocation) -> Self
fn from(value: CodeScanningAlertReopenedAlertInstancesItemLocation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CodeScanningAlertReopenedAlertInstancesItemLocation
impl RefUnwindSafe for CodeScanningAlertReopenedAlertInstancesItemLocation
impl Send for CodeScanningAlertReopenedAlertInstancesItemLocation
impl Sync for CodeScanningAlertReopenedAlertInstancesItemLocation
impl Unpin for CodeScanningAlertReopenedAlertInstancesItemLocation
impl UnwindSafe for CodeScanningAlertReopenedAlertInstancesItemLocation
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