pub struct MaterialsDoc { /* private fields */ }Expand description
A <materials> document bundling named Materials, optionally pointing
at a cross-sections file via the root cross_sections attribute — the
container shape of a materials collection document.
Implementations§
Trait Implementations§
Source§impl Clone for MaterialsDoc
impl Clone for MaterialsDoc
Source§fn clone(&self) -> MaterialsDoc
fn clone(&self) -> MaterialsDoc
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 MaterialsDoc
impl Debug for MaterialsDoc
Source§impl Default for MaterialsDoc
impl Default for MaterialsDoc
Source§fn default() -> MaterialsDoc
fn default() -> MaterialsDoc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MaterialsDoc
impl RefUnwindSafe for MaterialsDoc
impl Send for MaterialsDoc
impl Sync for MaterialsDoc
impl Unpin for MaterialsDoc
impl UnsafeUnpin for MaterialsDoc
impl UnwindSafe for MaterialsDoc
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