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