pub struct ViaNone<S: Into<String>>(pub S);Tuple Fields§
§0: SImplementations§
Source§impl<S: Into<String>> ViaNone<S>
impl<S: Into<String>> ViaNone<S>
pub fn build(self) -> BoxedError2
pub fn build_with_location(self, location: Location) -> BoxedError2
pub fn fail<T>(self) -> Result<T, BoxedError2>
pub fn fail_with_location<T>(self, location: Location) -> Result<T, BoxedError2>
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for ViaNone<S>where
S: Freeze,
impl<S> RefUnwindSafe for ViaNone<S>where
S: RefUnwindSafe,
impl<S> Send for ViaNone<S>where
S: Send,
impl<S> Sync for ViaNone<S>where
S: Sync,
impl<S> Unpin for ViaNone<S>where
S: Unpin,
impl<S> UnwindSafe for ViaNone<S>where
S: UnwindSafe,
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