Struct protobuf::well_known_types::Int32Value [−][src]
Fields
value: i32
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl Int32Value
[src][−]
pub fn new() -> Int32Value
[src]
pub fn get_value(&self) -> i32
[src]
pub fn clear_value(&mut self)
[src]
pub fn set_value(&mut self, v: i32)
[src]
Trait Implementations
impl Clear for Int32Value
[src][+]
impl Clone for Int32Value
[src][+]
impl Debug for Int32Value
[src][+]
impl Default for Int32Value
[src][+]
impl<'a> Default for &'a Int32Value
[src][+]
impl Message for Int32Value
[src][+]
impl PartialEq<Int32Value> for Int32Value
[src][+]
impl ProtobufValue for Int32Value
[src][+]
impl StructuralPartialEq for Int32Value
[src]
Auto Trait Implementations
impl RefUnwindSafe for Int32Value
impl Send for Int32Value
impl Sync for Int32Value
impl Unpin for Int32Value
impl UnwindSafe for Int32Value
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>,