pub struct RetainIdentityOutcome {
pub newly_retained_destination_count: u32,
pub already_retained_destination_count: u32,
}Fields§
§newly_retained_destination_count: u32§already_retained_destination_count: u32Trait Implementations§
Source§impl Clone for RetainIdentityOutcome
impl Clone for RetainIdentityOutcome
Source§fn clone(&self) -> RetainIdentityOutcome
fn clone(&self) -> RetainIdentityOutcome
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 moreimpl Copy for RetainIdentityOutcome
Source§impl Debug for RetainIdentityOutcome
impl Debug for RetainIdentityOutcome
impl Eq for RetainIdentityOutcome
Source§impl PartialEq for RetainIdentityOutcome
impl PartialEq for RetainIdentityOutcome
impl StructuralPartialEq for RetainIdentityOutcome
Auto Trait Implementations§
impl Freeze for RetainIdentityOutcome
impl RefUnwindSafe for RetainIdentityOutcome
impl Send for RetainIdentityOutcome
impl Sync for RetainIdentityOutcome
impl Unpin for RetainIdentityOutcome
impl UnsafeUnpin for RetainIdentityOutcome
impl UnwindSafe for RetainIdentityOutcome
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