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