pub struct RequestedPlot {
pub alias: DeclName,
pub hidden: bool,
}Expand description
A plot requested by an include brace list item (#847).
Fields§
§alias: DeclNameThe local alias the plot enters the root namespace under.
Whether the include item carried #[hidden] (composition-only).
Trait Implementations§
Source§impl Clone for RequestedPlot
impl Clone for RequestedPlot
Source§fn clone(&self) -> RequestedPlot
fn clone(&self) -> RequestedPlot
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 moreAuto Trait Implementations§
impl Freeze for RequestedPlot
impl RefUnwindSafe for RequestedPlot
impl Send for RequestedPlot
impl Sync for RequestedPlot
impl Unpin for RequestedPlot
impl UnsafeUnpin for RequestedPlot
impl UnwindSafe for RequestedPlot
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