pub struct nameReturn {
pub _0: String,
}Expand description
@dev Returns the name of the token.
Container type for the return parameters of the name() function.
Fields§
§_0: StringTrait Implementations§
Source§impl Clone for nameReturn
impl Clone for nameReturn
Source§fn clone(&self) -> nameReturn
fn clone(&self) -> nameReturn
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 nameReturn
impl RefUnwindSafe for nameReturn
impl Send for nameReturn
impl Sync for nameReturn
impl Unpin for nameReturn
impl UnwindSafe for nameReturn
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