pub struct ExtensionsNode {
pub systems: Vec<SystemExtensionNode>,
pub span: Span,
}Fields§
§systems: Vec<SystemExtensionNode>§span: SpanTrait Implementations§
Source§impl Clone for ExtensionsNode
impl Clone for ExtensionsNode
Source§fn clone(&self) -> ExtensionsNode
fn clone(&self) -> ExtensionsNode
Returns a duplicate of the value. Read more
1.0.0 · 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 ExtensionsNode
impl Debug for ExtensionsNode
Source§impl PartialEq for ExtensionsNode
impl PartialEq for ExtensionsNode
impl StructuralPartialEq for ExtensionsNode
Auto Trait Implementations§
impl Freeze for ExtensionsNode
impl RefUnwindSafe for ExtensionsNode
impl Send for ExtensionsNode
impl Sync for ExtensionsNode
impl Unpin for ExtensionsNode
impl UnwindSafe for ExtensionsNode
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