pub enum TransPublishChunkMethod {
Track,
Copy,
None,
}
Variants§
Trait Implementations§
source§impl Clone for TransPublishChunkMethod
impl Clone for TransPublishChunkMethod
source§fn clone(&self) -> TransPublishChunkMethod
fn clone(&self) -> TransPublishChunkMethod
Returns a copy of the value. Read more
1.0.0 · 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 TransPublishChunkMethod
impl Debug for TransPublishChunkMethod
source§impl Default for TransPublishChunkMethod
impl Default for TransPublishChunkMethod
source§impl FromStr for TransPublishChunkMethod
impl FromStr for TransPublishChunkMethod
§type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
source§impl Into<u8> for TransPublishChunkMethod
impl Into<u8> for TransPublishChunkMethod
source§impl ProtobufTransform<Option<i32>> for TransPublishChunkMethod
impl ProtobufTransform<Option<i32>> for TransPublishChunkMethod
source§impl ProtobufTransform<TransPublishChunkMethod> for i32
impl ProtobufTransform<TransPublishChunkMethod> for i32
fn transform(value: TransPublishChunkMethod) -> BuckyResult<Self>
source§impl TryFrom<u8> for TransPublishChunkMethod
impl TryFrom<u8> for TransPublishChunkMethod
§type Error = BuckyError
type Error = BuckyError
The type returned in the event of a conversion error.
source§fn try_from(v: u8) -> BuckyResult<Self>
fn try_from(v: u8) -> BuckyResult<Self>
Performs the conversion.