Struct clang_ast::SourceLocation [−][src]
pub struct SourceLocation {
pub spelling_loc: Option<BareSourceLocation>,
pub expansion_loc: Option<BareSourceLocation>,
}Fields
spelling_loc: Option<BareSourceLocation>expansion_loc: Option<BareSourceLocation>Trait Implementations
impl Debug for SourceLocation[src]
impl Debug for SourceLocation[src]impl Default for SourceLocation[src]
impl Default for SourceLocation[src]fn default() -> SourceLocation[src]
fn default() -> SourceLocation[src]Returns the “default value” for a type. Read more
impl<'de> Deserialize<'de> for SourceLocation[src]
impl<'de> Deserialize<'de> for SourceLocation[src]fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl Serialize for SourceLocation[src]
impl Serialize for SourceLocation[src]Auto Trait Implementations
impl RefUnwindSafe for SourceLocation
impl Send for SourceLocation
impl Sync for SourceLocation
impl Unpin for SourceLocation
impl UnwindSafe for SourceLocation
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,