Struct rocksdb::sst_partitioner::SstPartitionerContext [−][src]
Fields
is_full_compaction: bool
is_manual_compaction: bool
output_level: i32
smallest_key: &'a [u8]
largest_key: &'a [u8]
Trait Implementations
impl<'a> Clone for SstPartitionerContext<'a>
[src][+]
impl<'a> Debug for SstPartitionerContext<'a>
[src][+]
impl<'a> Eq for SstPartitionerContext<'a>
[src]
impl<'a> PartialEq<SstPartitionerContext<'a>> for SstPartitionerContext<'a>
[src][+]
impl<'a> StructuralEq for SstPartitionerContext<'a>
[src]
impl<'a> StructuralPartialEq for SstPartitionerContext<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for SstPartitionerContext<'a>
impl<'a> Send for SstPartitionerContext<'a>
impl<'a> Sync for SstPartitionerContext<'a>
impl<'a> Unpin for SstPartitionerContext<'a>
impl<'a> UnwindSafe for SstPartitionerContext<'a>
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>,