pub struct RenderingDef {
pub identification: Identification,
pub specializes: Option<String>,
pub specializes_span: Option<Span>,
pub body: RenderingDefBody,
}Expand description
Rendering definition: rendering def Definition.
Fields§
§identification: Identification§specializes: Option<String>§specializes_span: Option<Span>§body: RenderingDefBodyTrait Implementations§
Source§impl Clone for RenderingDef
impl Clone for RenderingDef
Source§fn clone(&self) -> RenderingDef
fn clone(&self) -> RenderingDef
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 RenderingDef
impl Debug for RenderingDef
impl Eq for RenderingDef
Source§impl PartialEq for RenderingDef
impl PartialEq for RenderingDef
Source§fn eq(&self, other: &RenderingDef) -> bool
fn eq(&self, other: &RenderingDef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RenderingDef
Auto Trait Implementations§
impl Freeze for RenderingDef
impl RefUnwindSafe for RenderingDef
impl Send for RenderingDef
impl Sync for RenderingDef
impl Unpin for RenderingDef
impl UnsafeUnpin for RenderingDef
impl UnwindSafe for RenderingDef
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