pub struct LogTruncateRow {
pub start: BlockNum,
}Fields§
§start: BlockNumImplementations§
Source§impl LogTruncateRow
impl LogTruncateRow
pub const DB: DbId = DbId::NativeSubjective
pub fn key(&self) -> (NativeTable, NativeIndex)
Trait Implementations§
Source§impl Clone for LogTruncateRow
impl Clone for LogTruncateRow
Source§fn clone(&self) -> LogTruncateRow
fn clone(&self) -> LogTruncateRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogTruncateRow
impl Debug for LogTruncateRow
Source§impl<'de> Deserialize<'de> for LogTruncateRow
impl<'de> Deserialize<'de> for LogTruncateRow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Pack for LogTruncateRow
impl Pack for LogTruncateRow
Source§impl Serialize for LogTruncateRow
impl Serialize for LogTruncateRow
Source§impl ToSchema for LogTruncateRow
impl ToSchema for LogTruncateRow
fn schema(builder: &mut SchemaBuilder) -> AnyType
Source§impl<'a> Unpack<'a> for LogTruncateRow
impl<'a> Unpack<'a> for LogTruncateRow
Source§fn unpack(src: &mut FracInputStream<'a>) -> Result<Self>
fn unpack(src: &mut FracInputStream<'a>) -> Result<Self>
Convert from fracpack format. Also verifies the integrity of the data. Read more
Source§fn verify(src: &mut FracInputStream<'_>) -> Result<()>
fn verify(src: &mut FracInputStream<'_>) -> Result<()>
Verify the integrity of fracpack data. You don’t need to call this if
using [Pack::unpack] since it verifies integrity during unpack.
Auto Trait Implementations§
impl Freeze for LogTruncateRow
impl RefUnwindSafe for LogTruncateRow
impl Send for LogTruncateRow
impl Sync for LogTruncateRow
impl Unpin for LogTruncateRow
impl UnsafeUnpin for LogTruncateRow
impl UnwindSafe for LogTruncateRow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more