pub struct CogniteExternalId {
pub external_id: String,
}Expand description
Wrapper around a cognite external ID.
Fields§
§external_id: StringExternal ID.
Trait Implementations§
Source§impl Clone for CogniteExternalId
impl Clone for CogniteExternalId
Source§fn clone(&self) -> CogniteExternalId
fn clone(&self) -> CogniteExternalId
Returns a duplicate 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 CogniteExternalId
impl Debug for CogniteExternalId
Source§impl Default for CogniteExternalId
impl Default for CogniteExternalId
Source§fn default() -> CogniteExternalId
fn default() -> CogniteExternalId
Returns the “default value” for a type. Read more
Source§impl Delete<CogniteExternalId> for LabelsResource
impl Delete<CogniteExternalId> for LabelsResource
Source§impl<'de> Deserialize<'de> for CogniteExternalId
impl<'de> Deserialize<'de> for CogniteExternalId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<String> for CogniteExternalId
impl From<String> for CogniteExternalId
Source§impl FromErrorDetail for CogniteExternalId
impl FromErrorDetail for CogniteExternalId
Source§fn from_detail(
detail: &HashMap<String, Box<IntegerStringOrObject>>,
) -> Option<Self>
fn from_detail( detail: &HashMap<String, Box<IntegerStringOrObject>>, ) -> Option<Self>
Try to obtain a new instance of self from the detail object.
Auto Trait Implementations§
impl Freeze for CogniteExternalId
impl RefUnwindSafe for CogniteExternalId
impl Send for CogniteExternalId
impl Sync for CogniteExternalId
impl Unpin for CogniteExternalId
impl UnwindSafe for CogniteExternalId
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