pub struct TopicInfo {
pub msgtype: String,
pub msgcount: i32,
pub connections: Vec<TopicConnection>,
}
Fields§
§msgtype: String
§msgcount: i32
§connections: Vec<TopicConnection>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopicInfo
impl RefUnwindSafe for TopicInfo
impl Send for TopicInfo
impl Sync for TopicInfo
impl Unpin for TopicInfo
impl UnwindSafe for TopicInfo
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