pub struct BrokerEntry {
pub id: i64,
pub name: String,
pub pos: i32,
}Expand description
经纪队列数据项
Fields§
§id: i64§name: String§pos: i32Implementations§
Source§impl BrokerEntry
impl BrokerEntry
pub fn from_proto(b: &Broker) -> Self
Trait Implementations§
Source§impl Clone for BrokerEntry
impl Clone for BrokerEntry
Source§fn clone(&self) -> BrokerEntry
fn clone(&self) -> BrokerEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BrokerEntry
impl RefUnwindSafe for BrokerEntry
impl Send for BrokerEntry
impl Sync for BrokerEntry
impl Unpin for BrokerEntry
impl UnwindSafe for BrokerEntry
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