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