pub struct RSocketFactory;Implementations§
Source§impl RSocketFactory
impl RSocketFactory
pub fn connect<T, C>() -> ClientBuilder<T, C>
pub fn receive<S, T>() -> ServerBuilder<S, T>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RSocketFactory
impl RefUnwindSafe for RSocketFactory
impl Send for RSocketFactory
impl Sync for RSocketFactory
impl Unpin for RSocketFactory
impl UnwindSafe for RSocketFactory
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