Struct kvproto::span::Continue [−][src]
Fields
id: u64
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl Continue
[src][−]
pub fn new() -> Continue
[src]
pub fn get_id(&self) -> u64
[src]
pub fn clear_id(&mut self)
[src]
pub fn set_id(&mut self, v: u64)
[src]
Trait Implementations
impl Clear for Continue
[src][+]
impl Clone for Continue
[src][+]
impl Debug for Continue
[src][+]
impl Default for Continue
[src][+]
impl<'a> Default for &'a Continue
[src][+]
impl Message for Continue
[src][+]
impl PartialEq<Continue> for Continue
[src][+]
impl PbPrint for Continue
[src][+]
impl ProtobufValue for Continue
[src][+]
impl StructuralPartialEq for Continue
[src]
Auto Trait Implementations
impl RefUnwindSafe for Continue
impl Send for Continue
impl Sync for Continue
impl Unpin for Continue
impl UnwindSafe for Continue
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>,