[−][src]Struct protobuf::well_known_types::Timestamp
Fields
seconds: i64
nanos: i32
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl Timestamp
[src][−]
pub fn new() -> Timestamp
[src]
pub fn get_seconds(&self) -> i64
[src]
pub fn clear_seconds(&mut self)
[src]
pub fn set_seconds(&mut self, v: i64)
[src]
pub fn get_nanos(&self) -> i32
[src]
pub fn clear_nanos(&mut self)
[src]
pub fn set_nanos(&mut self, v: i32)
[src]
Trait Implementations
impl Clear for Timestamp
[src][+]
impl Clone for Timestamp
[src][+]
impl Debug for Timestamp
[src][+]
impl Default for Timestamp
[src][+]
impl<'a> Default for &'a Timestamp
[src][+]
impl Message for Timestamp
[src][+]
impl PartialEq<Timestamp> for Timestamp
[src][+]
impl ProtobufValue for Timestamp
[src][+]
impl StructuralPartialEq for Timestamp
[src]
Auto Trait Implementations
impl RefUnwindSafe for Timestamp
impl Send for Timestamp
impl Sync for Timestamp
impl Unpin for Timestamp
impl UnwindSafe for Timestamp
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>,