[−][src]Struct protobuf::well_known_types::UInt64Value
Fields
value: u64
Methods
impl UInt64Value
[src][−]
pub fn new() -> UInt64Value
[src]
pub fn default_instance() -> &'static UInt64Value
[src]
pub fn clear_value(&mut self)
[src]
pub fn set_value(&mut self, v: u64)
[src]
pub fn get_value(&self) -> u64
[src]
Trait Implementations
impl Message for UInt64Value
[src][+]
impl MessageStatic for UInt64Value
[src][+]
impl Clear for UInt64Value
[src][+]
impl ProtobufValue for UInt64Value
[src][+]
impl Default for UInt64Value
[src][+]
impl Sync for UInt64Value
[src]
impl Clone for UInt64Value
[src][+]
impl PartialEq<UInt64Value> for UInt64Value
[src][+]
impl Debug for UInt64Value
[src][+]
Auto Trait Implementations
impl Send for UInt64Value
impl Unpin for UInt64Value
impl UnwindSafe for UInt64Value
impl !RefUnwindSafe for UInt64Value
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,