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