pub struct Int64Value { /* private fields */ }Trait Implementations§
Source§impl Clone for Int64Value
impl Clone for Int64Value
Source§fn clone(&self) -> Int64Value
fn clone(&self) -> Int64Value
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 Int64Value
impl Debug for Int64Value
Source§impl Default for Int64Value
impl Default for Int64Value
Source§fn default() -> Int64Value
fn default() -> Int64Value
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Int64Value
impl RefUnwindSafe for Int64Value
impl Send for Int64Value
impl Sync for Int64Value
impl Unpin for Int64Value
impl UnwindSafe for Int64Value
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