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