pub enum TopicType {
Other = 0,
NamedShadow = 1,
Shadow = 2,
Jobs = 3,
Defender = 4,
Tunneling = 5,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for TopicType
Auto Trait Implementations§
impl Freeze for TopicType
impl RefUnwindSafe for TopicType
impl Send for TopicType
impl Sync for TopicType
impl Unpin for TopicType
impl UnwindSafe for TopicType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more