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