pub struct IndividualAccountPath();
Trait Implementations§
Source§impl Clone for IndividualAccountPath
impl Clone for IndividualAccountPath
Source§fn clone(&self) -> IndividualAccountPath
fn clone(&self) -> IndividualAccountPath
Returns a copy 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 IndividualAccountPath
impl Debug for IndividualAccountPath
Auto Trait Implementations§
impl Freeze for IndividualAccountPath
impl RefUnwindSafe for IndividualAccountPath
impl Send for IndividualAccountPath
impl Sync for IndividualAccountPath
impl Unpin for IndividualAccountPath
impl UnwindSafe for IndividualAccountPath
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