Struct protobuf::well_known_types::UInt64Value [−][src]
Fields
value: u64
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl UInt64Value
[src][−]
pub fn new() -> UInt64Value
[src]
pub fn get_value(&self) -> u64
[src]
pub fn clear_value(&mut self)
[src]
pub fn set_value(&mut self, v: u64)
[src]
Trait Implementations
impl Clear for UInt64Value
[src][+]
impl Clone for UInt64Value
[src][+]
impl Debug for UInt64Value
[src][+]
impl Default for UInt64Value
[src][+]
impl<'a> Default for &'a UInt64Value
[src][+]
impl Message for UInt64Value
[src][+]
impl PartialEq<UInt64Value> for UInt64Value
[src][+]
impl ProtobufValue for UInt64Value
[src][+]
impl StructuralPartialEq for UInt64Value
[src]
Auto Trait Implementations
impl RefUnwindSafe for UInt64Value
impl Send for UInt64Value
impl Sync for UInt64Value
impl Unpin for UInt64Value
impl UnwindSafe for UInt64Value
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,