pub struct PumpfunStreamStackViews {
pub pumpfun_token: PumpfunTokenEntityViews,
}Fields§
§pumpfun_token: PumpfunTokenEntityViewsTrait Implementations§
Source§impl Views for PumpfunStreamStackViews
impl Views for PumpfunStreamStackViews
fn from_builder(builder: ViewBuilder) -> Self
Auto Trait Implementations§
impl Freeze for PumpfunStreamStackViews
impl !RefUnwindSafe for PumpfunStreamStackViews
impl Send for PumpfunStreamStackViews
impl Sync for PumpfunStreamStackViews
impl Unpin for PumpfunStreamStackViews
impl !UnwindSafe for PumpfunStreamStackViews
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