Struct idx_binary::DataAddress
source · pub struct DataAddress { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for DataAddress
impl Clone for DataAddress
source§fn clone(&self) -> DataAddress
fn clone(&self) -> DataAddress
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 DataAddressHolder<DataAddress> for DataAddress
impl DataAddressHolder<DataAddress> for DataAddress
fn data_address(&self) -> &DataAddress
fn new(data_address: DataAddress, _: &[u8]) -> DataAddress
source§impl Debug for DataAddress
impl Debug for DataAddress
source§impl PartialEq for DataAddress
impl PartialEq for DataAddress
source§fn eq(&self, other: &DataAddress) -> bool
fn eq(&self, other: &DataAddress) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataAddress
Auto Trait Implementations§
impl RefUnwindSafe for DataAddress
impl Send for DataAddress
impl Sync for DataAddress
impl Unpin for DataAddress
impl UnwindSafe for DataAddress
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