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 ==.impl StructuralPartialEq for LiteralIntValue
Auto Trait Implementations§
impl RefUnwindSafe for LiteralIntValue
impl Send for LiteralIntValue
impl Sync for LiteralIntValue
impl Unpin for LiteralIntValue
impl UnwindSafe for LiteralIntValue
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