pub struct LocInlineSite {
pub span: Span,
pub file: u32,
pub line: u32,
pub column: u32,
}Fields§
§span: Span§file: u32§line: u32§column: u32Trait Implementations§
Source§impl Clone for LocInlineSite
impl Clone for LocInlineSite
Source§fn clone(&self) -> LocInlineSite
fn clone(&self) -> LocInlineSite
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocInlineSite
impl Debug for LocInlineSite
Source§impl PartialEq for LocInlineSite
impl PartialEq for LocInlineSite
Source§fn eq(&self, other: &LocInlineSite) -> bool
fn eq(&self, other: &LocInlineSite) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LocInlineSite
Auto Trait Implementations§
impl Freeze for LocInlineSite
impl RefUnwindSafe for LocInlineSite
impl Send for LocInlineSite
impl Sync for LocInlineSite
impl Unpin for LocInlineSite
impl UnsafeUnpin for LocInlineSite
impl UnwindSafe for LocInlineSite
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