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