pub struct BlockRfqClientInfo {
pub client_id: String,
pub user_id: Option<String>,
}Expand description
Client info for broker allocation
Fields§
§client_id: StringClient ID
user_id: Option<String>User ID within client
Trait Implementations§
Source§impl Clone for BlockRfqClientInfo
impl Clone for BlockRfqClientInfo
Source§fn clone(&self) -> BlockRfqClientInfo
fn clone(&self) -> BlockRfqClientInfo
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 moreSource§impl Debug for BlockRfqClientInfo
impl Debug for BlockRfqClientInfo
Source§impl<'de> Deserialize<'de> for BlockRfqClientInfo
impl<'de> Deserialize<'de> for BlockRfqClientInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BlockRfqClientInfo
impl PartialEq for BlockRfqClientInfo
Source§impl Serialize for BlockRfqClientInfo
impl Serialize for BlockRfqClientInfo
impl StructuralPartialEq for BlockRfqClientInfo
Auto Trait Implementations§
impl Freeze for BlockRfqClientInfo
impl RefUnwindSafe for BlockRfqClientInfo
impl Send for BlockRfqClientInfo
impl Sync for BlockRfqClientInfo
impl Unpin for BlockRfqClientInfo
impl UnsafeUnpin for BlockRfqClientInfo
impl UnwindSafe for BlockRfqClientInfo
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