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