pub struct BiStream {
pub send: PeerSendStream,
pub recv: PeerRecvStream,
pub id: String,
}Fields§
§send: PeerSendStream§recv: PeerRecvStream§id: StringAuto Trait Implementations§
impl !RefUnwindSafe for BiStream
impl !UnwindSafe for BiStream
impl Freeze for BiStream
impl Send for BiStream
impl Sync for BiStream
impl Unpin for BiStream
impl UnsafeUnpin for BiStream
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