Enum barter_data::Identifier [−][src]
pub enum Identifier {
Yes(String),
No,
}Expand description
Enum returned from StreamIdentifier representing if a struct has an identifiable stream Id.
Variants
Yes(String)
Tuple Fields
0: StringNo
Auto Trait Implementations
impl RefUnwindSafe for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Unpin for Identifier
impl UnwindSafe for Identifier
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more