pub struct ExternalId {
pub external_type: String,
pub id: String,
}Fields§
§external_type: String§id: StringTrait Implementations§
source§impl Clone for ExternalId
impl Clone for ExternalId
source§fn clone(&self) -> ExternalId
fn clone(&self) -> ExternalId
Returns a copy 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 ExternalId
impl Debug for ExternalId
source§impl From<&ExternalId> for ExternalId
impl From<&ExternalId> for ExternalId
source§fn from(external_id: &ExternalIdMessage) -> Self
fn from(external_id: &ExternalIdMessage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExternalId
impl RefUnwindSafe for ExternalId
impl Send for ExternalId
impl Sync for ExternalId
impl Unpin for ExternalId
impl UnwindSafe for ExternalId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)