Enum rdkafka::admin::OwnedResourceSpecifier
source · [−]Expand description
A ResourceSpecifier that owns its data.
Variants
Topic(String)
A topic resource, identified by its name.
Group(String)
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 !=.