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