struct BrokerJson {
side: &'static str,
pos: i32,
id: i64,
name: String,
}Fields§
§side: &'static str§pos: i32§id: i64§name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for BrokerJson
impl RefUnwindSafe for BrokerJson
impl Send for BrokerJson
impl Sync for BrokerJson
impl Unpin for BrokerJson
impl UnsafeUnpin for BrokerJson
impl UnwindSafe for BrokerJson
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