pub struct PdaReverseLookup { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdaReverseLookup
impl RefUnwindSafe for PdaReverseLookup
impl Send for PdaReverseLookup
impl Sync for PdaReverseLookup
impl Unpin for PdaReverseLookup
impl UnwindSafe for PdaReverseLookup
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