pub struct symbolReturn {
pub _0: String,
}Expand description
@dev Returns the symbol of the token.
Container type for the return parameters of the symbol() function.
Fields§
§_0: StringTrait Implementations§
Source§impl Clone for symbolReturn
impl Clone for symbolReturn
Source§fn clone(&self) -> symbolReturn
fn clone(&self) -> symbolReturn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for symbolReturn
impl RefUnwindSafe for symbolReturn
impl Send for symbolReturn
impl Sync for symbolReturn
impl Unpin for symbolReturn
impl UnwindSafe for symbolReturn
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