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