pub struct IdentityGraphPort {
pub identity: String,
pub kinds: Vec<String>,
pub count: usize,
}Fields§
§identity: String§kinds: Vec<String>§count: usizeTrait Implementations§
Source§impl Clone for IdentityGraphPort
impl Clone for IdentityGraphPort
Source§fn clone(&self) -> IdentityGraphPort
fn clone(&self) -> IdentityGraphPort
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 IdentityGraphPort
impl Debug for IdentityGraphPort
Source§impl<'de> Deserialize<'de> for IdentityGraphPort
impl<'de> Deserialize<'de> for IdentityGraphPort
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
impl Eq for IdentityGraphPort
Source§impl PartialEq for IdentityGraphPort
impl PartialEq for IdentityGraphPort
Source§impl Serialize for IdentityGraphPort
impl Serialize for IdentityGraphPort
impl StructuralPartialEq for IdentityGraphPort
Auto Trait Implementations§
impl Freeze for IdentityGraphPort
impl RefUnwindSafe for IdentityGraphPort
impl Send for IdentityGraphPort
impl Sync for IdentityGraphPort
impl Unpin for IdentityGraphPort
impl UnsafeUnpin for IdentityGraphPort
impl UnwindSafe for IdentityGraphPort
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