pub struct ExploreSourceFile {
pub path: String,
pub language: Language,
pub sections: Vec<ExploreSourceSection>,
}Fields§
§path: String§language: Language§sections: Vec<ExploreSourceSection>Trait Implementations§
Source§impl Clone for ExploreSourceFile
impl Clone for ExploreSourceFile
Source§fn clone(&self) -> ExploreSourceFile
fn clone(&self) -> ExploreSourceFile
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 ExploreSourceFile
impl Debug for ExploreSourceFile
Auto Trait Implementations§
impl Freeze for ExploreSourceFile
impl RefUnwindSafe for ExploreSourceFile
impl Send for ExploreSourceFile
impl Sync for ExploreSourceFile
impl Unpin for ExploreSourceFile
impl UnsafeUnpin for ExploreSourceFile
impl UnwindSafe for ExploreSourceFile
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