Struct astray::LiteralIntValue
source · pub struct LiteralIntValue { /* private fields */ }Trait Implementations§
source§impl Clone for LiteralIntValue
impl Clone for LiteralIntValue
source§fn clone(&self) -> LiteralIntValue
fn clone(&self) -> LiteralIntValue
Returns a copy 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 LiteralIntValue
impl Debug for LiteralIntValue
source§impl Default for LiteralIntValue
impl Default for LiteralIntValue
source§fn default() -> LiteralIntValue
fn default() -> LiteralIntValue
Returns the “default value” for a type. Read more
source§impl From<String> for LiteralIntValue
impl From<String> for LiteralIntValue
source§fn from(s: String) -> LiteralIntValue
fn from(s: String) -> LiteralIntValue
Converts to this type from the input type.
source§impl PartialEq<LiteralIntValue> for LiteralIntValue
impl PartialEq<LiteralIntValue> for LiteralIntValue
source§fn eq(&self, other: &LiteralIntValue) -> bool
fn eq(&self, other: &LiteralIntValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.