Struct clangd_parser::symbols::SymbolIncludedHeader
source · pub struct SymbolIncludedHeader {
pub name: String,
pub refs: usize,
pub supported_directives: usize,
}
Fields§
§name: String
§refs: usize
§supported_directives: usize
Trait Implementations§
source§impl Clone for SymbolIncludedHeader
impl Clone for SymbolIncludedHeader
source§fn clone(&self) -> SymbolIncludedHeader
fn clone(&self) -> SymbolIncludedHeader
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 Debug for SymbolIncludedHeader
impl Debug for SymbolIncludedHeader
source§impl Default for SymbolIncludedHeader
impl Default for SymbolIncludedHeader
source§fn default() -> SymbolIncludedHeader
fn default() -> SymbolIncludedHeader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SymbolIncludedHeader
impl RefUnwindSafe for SymbolIncludedHeader
impl Send for SymbolIncludedHeader
impl Sync for SymbolIncludedHeader
impl Unpin for SymbolIncludedHeader
impl UnwindSafe for SymbolIncludedHeader
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