pub struct BotInfo {
pub maap_traffic_type: Vec<u8>,
}
Fields§
§maap_traffic_type: Vec<u8>
Auto Trait Implementations§
impl Freeze for BotInfo
impl RefUnwindSafe for BotInfo
impl Send for BotInfo
impl Sync for BotInfo
impl Unpin for BotInfo
impl UnwindSafe for BotInfo
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