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