Struct Pda
pub struct Pda(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Pda
impl Eq for Pda
§impl Ord for Pda
impl Ord for Pda
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pda
impl PartialOrd for Pda
impl StructuralPartialEq for Pda
Auto Trait Implementations§
impl Freeze for Pda
impl RefUnwindSafe for Pda
impl Send for Pda
impl Sync for Pda
impl Unpin for Pda
impl UnsafeUnpin for Pda
impl UnwindSafe for Pda
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