Struct kvproto::enginepb::SnapshotData [−][src]
Fields
cf: String
checksum: u32
data: RepeatedField<KeyValue>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl SnapshotData
[src][−]
pub fn new() -> SnapshotData
[src]
pub fn get_cf(&self) -> &str
[src]
pub fn clear_cf(&mut self)
[src]
pub fn set_cf(&mut self, v: String)
[src]
pub fn mut_cf(&mut self) -> &mut String
[src]
pub fn take_cf(&mut self) -> String
[src]
pub fn get_checksum(&self) -> u32
[src]
pub fn clear_checksum(&mut self)
[src]
pub fn set_checksum(&mut self, v: u32)
[src]
pub fn get_data(&self) -> &[KeyValue]
[src]
pub fn clear_data(&mut self)
[src]
pub fn set_data(&mut self, v: RepeatedField<KeyValue>)
[src]
pub fn mut_data(&mut self) -> &mut RepeatedField<KeyValue>
[src]
pub fn take_data(&mut self) -> RepeatedField<KeyValue>
[src]
Trait Implementations
impl Clear for SnapshotData
[src][+]
impl Clone for SnapshotData
[src][+]
impl Debug for SnapshotData
[src][+]
impl Default for SnapshotData
[src][+]
impl<'a> Default for &'a SnapshotData
[src][+]
impl Message for SnapshotData
[src][+]
impl PartialEq<SnapshotData> for SnapshotData
[src][+]
impl PbPrint for SnapshotData
[src][+]
impl ProtobufValue for SnapshotData
[src][+]
impl StructuralPartialEq for SnapshotData
[src]
Auto Trait Implementations
impl RefUnwindSafe for SnapshotData
impl Send for SnapshotData
impl Sync for SnapshotData
impl Unpin for SnapshotData
impl UnwindSafe for SnapshotData
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>,