pub struct DocumentInclude {
pub path: RepoPath,
pub kind: IncludeKind,
}Fields§
§path: RepoPath§kind: IncludeKindTrait Implementations§
Source§impl Clone for DocumentInclude
impl Clone for DocumentInclude
Source§fn clone(&self) -> DocumentInclude
fn clone(&self) -> DocumentInclude
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 DocumentInclude
impl Debug for DocumentInclude
impl Eq for DocumentInclude
Source§impl PartialEq for DocumentInclude
impl PartialEq for DocumentInclude
impl StructuralPartialEq for DocumentInclude
Auto Trait Implementations§
impl Freeze for DocumentInclude
impl RefUnwindSafe for DocumentInclude
impl Send for DocumentInclude
impl Sync for DocumentInclude
impl Unpin for DocumentInclude
impl UnsafeUnpin for DocumentInclude
impl UnwindSafe for DocumentInclude
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