pub struct AddressWithTree { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AddressWithTree
impl Clone for AddressWithTree
Source§fn clone(&self) -> AddressWithTree
fn clone(&self) -> AddressWithTree
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 AddressWithTree
impl Debug for AddressWithTree
Source§impl Default for AddressWithTree
impl Default for AddressWithTree
Source§impl From<AddressWithTree> for AddressWithTree
impl From<AddressWithTree> for AddressWithTree
Source§fn from(value: AddressWithTree) -> Self
fn from(value: AddressWithTree) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AddressWithTree> for AddressWithTree
impl TryFrom<AddressWithTree> for AddressWithTree
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AddressWithTree) -> Result<Self, ConversionError>
fn try_from(value: AddressWithTree) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AddressWithTree
impl RefUnwindSafe for AddressWithTree
impl Send for AddressWithTree
impl Sync for AddressWithTree
impl Unpin for AddressWithTree
impl UnsafeUnpin for AddressWithTree
impl UnwindSafe for AddressWithTree
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