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