pub struct DexscrLinkUpdate { /* private fields */ }Implementations§
Source§impl DexscrLinkUpdate
impl DexscrLinkUpdate
pub fn chain<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn header<T>(self, value: T) -> Self
pub fn icon<T>(self, value: T) -> Self
pub fn links<T>(self, value: T) -> Self
pub fn open_graph<T>(self, value: T) -> Self
pub fn token_address<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DexscrLinkUpdate
impl Clone for DexscrLinkUpdate
Source§fn clone(&self) -> DexscrLinkUpdate
fn clone(&self) -> DexscrLinkUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DexscrLinkUpdate
impl Debug for DexscrLinkUpdate
Source§impl Default for DexscrLinkUpdate
impl Default for DexscrLinkUpdate
Source§impl From<DexscrLinkUpdate> for DexscrLinkUpdate
impl From<DexscrLinkUpdate> for DexscrLinkUpdate
Source§fn from(value: DexscrLinkUpdate) -> Self
fn from(value: DexscrLinkUpdate) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DexscrLinkUpdate> for DexscrLinkUpdate
impl TryFrom<DexscrLinkUpdate> for DexscrLinkUpdate
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DexscrLinkUpdate) -> Result<Self, ConversionError>
fn try_from(value: DexscrLinkUpdate) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DexscrLinkUpdate
impl RefUnwindSafe for DexscrLinkUpdate
impl Send for DexscrLinkUpdate
impl Sync for DexscrLinkUpdate
impl Unpin for DexscrLinkUpdate
impl UnsafeUnpin for DexscrLinkUpdate
impl UnwindSafe for DexscrLinkUpdate
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