Enum jujutsu_lib::protos::store::tree_value::Value
source · #[non_exhaustive]
pub enum Value {
File(File),
SymlinkId(Vec<u8>),
TreeId(Vec<u8>),
ConflictId(Vec<u8>),
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl OneofFull for Value
impl OneofFull for Value
source§fn descriptor() -> OneofDescriptor
fn descriptor() -> OneofDescriptor
Descriptor object for this oneof.