pub struct ClangdSources {
pub data: Vec<Srcs>,
}Fields§
§data: Vec<Srcs>Trait Implementations§
Source§impl Clone for ClangdSources
impl Clone for ClangdSources
Source§fn clone(&self) -> ClangdSources
fn clone(&self) -> ClangdSources
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 ClangdSources
impl Debug for ClangdSources
Source§impl Default for ClangdSources
impl Default for ClangdSources
Source§fn default() -> ClangdSources
fn default() -> ClangdSources
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClangdSources
impl RefUnwindSafe for ClangdSources
impl Send for ClangdSources
impl Sync for ClangdSources
impl Unpin for ClangdSources
impl UnwindSafe for ClangdSources
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