pub struct MapStrNumEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapStrNumEndpoint
impl RefUnwindSafe for MapStrNumEndpoint
impl Send for MapStrNumEndpoint
impl Sync for MapStrNumEndpoint
impl Unpin for MapStrNumEndpoint
impl UnwindSafe for MapStrNumEndpoint
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