Enum cyfs_base::DescContentType
source · pub enum DescContentType {
Typed,
Buffer,
}
Expand description
DescContent
Desc的用户自定义部分类型,默认是Typed 如果是Buffer类型,则desc_content部分的size+buffer,都由desc_content自己encode/decode
Variants§
Trait Implementations§
source§impl PartialEq<DescContentType> for DescContentType
impl PartialEq<DescContentType> for DescContentType
source§fn eq(&self, other: &DescContentType) -> bool
fn eq(&self, other: &DescContentType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.