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