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