[−][src]Struct bigtable::wrappers::Int64Value
Methods
impl Int64Value
[src][−]
pub fn new() -> Int64Value
[src]
pub fn default_instance() -> &'static Int64Value
[src]
pub fn clear_value(&mut self)
[src]
pub fn has_value(&self) -> bool
[src]
pub fn set_value(&mut self, v: i64)
[src]
pub fn get_value(&self) -> i64
[src]
Trait Implementations
impl Default for Int64Value
[src][+]
impl Sync for Int64Value
[src]
impl Clone for Int64Value
[src][+]
impl PartialEq<Int64Value> for Int64Value
[src][+]
impl Debug for Int64Value
[src][+]
impl Message for Int64Value
[src][+]
impl MessageStatic for Int64Value
[src][+]
impl Clear for Int64Value
[src][+]
Auto Trait Implementations
impl Send for Int64Value
impl Unpin for Int64Value
impl UnwindSafe for Int64Value
impl !RefUnwindSafe for Int64Value
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,