Enum rdkafka::admin::ResourceSpecifier
source · [−]Expand description
Specification of a configurable resource.
Variants
Topic(&'a str)
A topic resource, identified by its name.
Group(&'a str)
A group resource, identified by its ID.
Broker(i32)
A broker resource, identified by its ID.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ResourceSpecifier<'a>
impl<'a> Send for ResourceSpecifier<'a>
impl<'a> Sync for ResourceSpecifier<'a>
impl<'a> Unpin for ResourceSpecifier<'a>
impl<'a> UnwindSafe for ResourceSpecifier<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more