pub struct NewConnection {
pub id: ConnectionId,
pub fields: BTreeMap<String, Value>,
}Fields§
§id: ConnectionId§fields: BTreeMap<String, Value>Auto Trait Implementations§
impl Freeze for NewConnection
impl RefUnwindSafe for NewConnection
impl Send for NewConnection
impl Sync for NewConnection
impl Unpin for NewConnection
impl UnwindSafe for NewConnection
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