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