Type Alias PbOperation

Source
pub type PbOperation = Operation;

Aliased Type§

#[repr(i32)]
pub enum PbOperation { Unspecified = 0, Add = 1, Delete = 2, Update = 3, Snapshot = 4, }

Variants§

§

Unspecified = 0

§

Add = 1

§

Delete = 2

§

Update = 3

§

Snapshot = 4