pub struct OreRoundId {
pub round_id: Option<u64>,
pub round_address: Option<String>,
}Fields§
§round_id: Option<u64>§round_address: Option<String>Trait Implementations§
Source§impl Clone for OreRoundId
impl Clone for OreRoundId
Source§fn clone(&self) -> OreRoundId
fn clone(&self) -> OreRoundId
Returns a duplicate of the value. Read more
1.0.0 · 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 OreRoundId
impl Debug for OreRoundId
Source§impl Default for OreRoundId
impl Default for OreRoundId
Source§fn default() -> OreRoundId
fn default() -> OreRoundId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OreRoundId
impl<'de> Deserialize<'de> for OreRoundId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OreRoundId
impl RefUnwindSafe for OreRoundId
impl Send for OreRoundId
impl Sync for OreRoundId
impl Unpin for OreRoundId
impl UnsafeUnpin for OreRoundId
impl UnwindSafe for OreRoundId
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