pub struct setApprovalForAllReturn {}Expand description
Container type for the return parameters of the setApprovalForAll(address,bool) function.
Trait Implementations§
Source§impl Clone for setApprovalForAllReturn
impl Clone for setApprovalForAllReturn
Source§fn clone(&self) -> setApprovalForAllReturn
fn clone(&self) -> setApprovalForAllReturn
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 setApprovalForAllReturn
impl Debug for setApprovalForAllReturn
impl Eq for setApprovalForAllReturn
Source§impl PartialEq for setApprovalForAllReturn
impl PartialEq for setApprovalForAllReturn
impl StructuralPartialEq for setApprovalForAllReturn
Auto Trait Implementations§
impl Freeze for setApprovalForAllReturn
impl RefUnwindSafe for setApprovalForAllReturn
impl Send for setApprovalForAllReturn
impl Sync for setApprovalForAllReturn
impl Unpin for setApprovalForAllReturn
impl UnsafeUnpin for setApprovalForAllReturn
impl UnwindSafe for setApprovalForAllReturn
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