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