pub struct CppIncludeNode {
pub range: Range,
pub literal: String,
}Fields§
§range: Range§literal: StringTrait Implementations§
Source§impl Debug for CppIncludeNode
impl Debug for CppIncludeNode
Auto Trait Implementations§
impl Freeze for CppIncludeNode
impl RefUnwindSafe for CppIncludeNode
impl Send for CppIncludeNode
impl Sync for CppIncludeNode
impl Unpin for CppIncludeNode
impl UnsafeUnpin for CppIncludeNode
impl UnwindSafe for CppIncludeNode
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