pub struct Relays(/* private fields */);Implementations§
Trait Implementations§
impl Eq for Relays
impl StructuralPartialEq for Relays
Auto Trait Implementations§
impl Freeze for Relays
impl RefUnwindSafe for Relays
impl Send for Relays
impl Sync for Relays
impl Unpin for Relays
impl UnwindSafe for Relays
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