pub struct AgentTcpConnectionNewState {}Auto Trait Implementations§
impl Freeze for AgentTcpConnectionNewState
impl RefUnwindSafe for AgentTcpConnectionNewState
impl Send for AgentTcpConnectionNewState
impl Sync for AgentTcpConnectionNewState
impl Unpin for AgentTcpConnectionNewState
impl UnwindSafe for AgentTcpConnectionNewState
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