struct BrokerOut {
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 BrokerOut
impl RefUnwindSafe for BrokerOut
impl Send for BrokerOut
impl Sync for BrokerOut
impl Unpin for BrokerOut
impl UnwindSafe for BrokerOut
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