pub struct Inclusion {
pub path: Rc<String>,
pub required: bool,
pub location: Option<Location>,
pub val: Option<Box<RawObject>>,
}
Fields§
§path: Rc<String>
§required: bool
§location: Option<Location>
§val: Option<Box<RawObject>>
Implementations§
Trait Implementations§
impl Eq for Inclusion
impl StructuralPartialEq for Inclusion
Auto Trait Implementations§
impl Freeze for Inclusion
impl RefUnwindSafe for Inclusion
impl !Send for Inclusion
impl !Sync for Inclusion
impl Unpin for Inclusion
impl UnwindSafe for Inclusion
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