pub struct IdentificationLink {
pub type: Type,
pub id: String,
}Fields§
§type: Type§id: StringImplementations§
Source§impl IdentificationLink
impl IdentificationLink
pub fn new(type: Type, id: String) -> IdentificationLink
Trait Implementations§
Source§impl Clone for IdentificationLink
impl Clone for IdentificationLink
Source§fn clone(&self) -> IdentificationLink
fn clone(&self) -> IdentificationLink
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 IdentificationLink
impl Debug for IdentificationLink
Source§impl<'de> Deserialize<'de> for IdentificationLink
impl<'de> Deserialize<'de> for IdentificationLink
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 PartialEq for IdentificationLink
impl PartialEq for IdentificationLink
Source§impl Serialize for IdentificationLink
impl Serialize for IdentificationLink
impl StructuralPartialEq for IdentificationLink
Auto Trait Implementations§
impl Freeze for IdentificationLink
impl RefUnwindSafe for IdentificationLink
impl Send for IdentificationLink
impl Sync for IdentificationLink
impl Unpin for IdentificationLink
impl UnwindSafe for IdentificationLink
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