pub struct transferReturn {
pub _0: bool,
}
Expand description
@dev Moves a value
amount of tokens from the caller’s account to to
.
Returns a boolean value indicating whether the operation succeeded.
Emits a {Transfer} event.
Container type for the return parameters of the transfer(address,uint256)
function.
Fields§
§_0: bool
Trait Implementations§
Source§impl Clone for transferReturn
impl Clone for transferReturn
Source§fn clone(&self) -> transferReturn
fn clone(&self) -> transferReturn
Returns a copy 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 transferReturn
impl RefUnwindSafe for transferReturn
impl Send for transferReturn
impl Sync for transferReturn
impl Unpin for transferReturn
impl UnwindSafe for transferReturn
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