pub struct NodeIconSource {
pub node_id: String,
pub origin: SourceOrigin,
}Expand description
Source origin for one node’s semantic icon value.
Fields§
§node_id: StringGlobally unique node identifier.
origin: SourceOriginAuthored icon-string span or omitted default.
Trait Implementations§
Source§impl Clone for NodeIconSource
impl Clone for NodeIconSource
Source§fn clone(&self) -> NodeIconSource
fn clone(&self) -> NodeIconSource
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 NodeIconSource
impl Debug for NodeIconSource
impl Eq for NodeIconSource
Source§impl PartialEq for NodeIconSource
impl PartialEq for NodeIconSource
impl StructuralPartialEq for NodeIconSource
Auto Trait Implementations§
impl Freeze for NodeIconSource
impl RefUnwindSafe for NodeIconSource
impl Send for NodeIconSource
impl Sync for NodeIconSource
impl Unpin for NodeIconSource
impl UnsafeUnpin for NodeIconSource
impl UnwindSafe for NodeIconSource
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