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