pub struct SystemExtensionNode {
pub name: SpannedValue<String>,
pub fields: Vec<CustomFieldNode>,
pub span: Span,
}Fields§
§name: SpannedValue<String>§fields: Vec<CustomFieldNode>§span: SpanTrait Implementations§
Source§impl Clone for SystemExtensionNode
impl Clone for SystemExtensionNode
Source§fn clone(&self) -> SystemExtensionNode
fn clone(&self) -> SystemExtensionNode
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 SystemExtensionNode
impl Debug for SystemExtensionNode
Source§impl PartialEq for SystemExtensionNode
impl PartialEq for SystemExtensionNode
impl StructuralPartialEq for SystemExtensionNode
Auto Trait Implementations§
impl Freeze for SystemExtensionNode
impl RefUnwindSafe for SystemExtensionNode
impl Send for SystemExtensionNode
impl Sync for SystemExtensionNode
impl Unpin for SystemExtensionNode
impl UnwindSafe for SystemExtensionNode
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