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