pub struct RelayService { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for RelayService
impl !RefUnwindSafe for RelayService
impl Send for RelayService
impl Sync for RelayService
impl Unpin for RelayService
impl !UnwindSafe for RelayService
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