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