pub struct ExternallyDefinedSymbol {
pub item_id: StringSelectValue,
pub source: ExternalSourceRef,
}Fields§
§item_id: StringSelectValue§source: ExternalSourceRefTrait Implementations§
Source§impl Clone for ExternallyDefinedSymbol
impl Clone for ExternallyDefinedSymbol
Source§fn clone(&self) -> ExternallyDefinedSymbol
fn clone(&self) -> ExternallyDefinedSymbol
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 ExternallyDefinedSymbol
impl Debug for ExternallyDefinedSymbol
Source§impl PartialEq for ExternallyDefinedSymbol
impl PartialEq for ExternallyDefinedSymbol
Source§fn eq(&self, other: &ExternallyDefinedSymbol) -> bool
fn eq(&self, other: &ExternallyDefinedSymbol) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternallyDefinedSymbol
Auto Trait Implementations§
impl Freeze for ExternallyDefinedSymbol
impl RefUnwindSafe for ExternallyDefinedSymbol
impl Send for ExternallyDefinedSymbol
impl Sync for ExternallyDefinedSymbol
impl Unpin for ExternallyDefinedSymbol
impl UnsafeUnpin for ExternallyDefinedSymbol
impl UnwindSafe for ExternallyDefinedSymbol
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