pub struct transferFromReturn {
pub _0: bool,
}Expand description
Container type for the return parameters of the transferFrom(address,address,uint256) function.
Fields§
§_0: boolTrait Implementations§
Source§impl Clone for transferFromReturn
impl Clone for transferFromReturn
Source§fn clone(&self) -> transferFromReturn
fn clone(&self) -> transferFromReturn
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 transferFromReturn
impl Debug for transferFromReturn
impl Eq for transferFromReturn
Source§impl PartialEq for transferFromReturn
impl PartialEq for transferFromReturn
Source§fn eq(&self, other: &transferFromReturn) -> bool
fn eq(&self, other: &transferFromReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for transferFromReturn
Auto Trait Implementations§
impl Freeze for transferFromReturn
impl RefUnwindSafe for transferFromReturn
impl Send for transferFromReturn
impl Sync for transferFromReturn
impl Unpin for transferFromReturn
impl UnsafeUnpin for transferFromReturn
impl UnwindSafe for transferFromReturn
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