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