pub struct DexscrAd { /* private fields */ }Implementations§
Source§impl DexscrAd
impl DexscrAd
pub fn ad_type<T>(self, value: T) -> Self
pub fn chain<T>(self, value: T) -> Self
pub fn date<T>(self, value: T) -> Self
pub fn duration_hours<T>(self, value: T) -> Self
pub fn impressions<T>(self, value: T) -> Self
pub fn token_address<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexscrAd
impl RefUnwindSafe for DexscrAd
impl Send for DexscrAd
impl Sync for DexscrAd
impl Unpin for DexscrAd
impl UnsafeUnpin for DexscrAd
impl UnwindSafe for DexscrAd
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