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