pub enum TogetherInternalError {
ProcessFailedToExit,
UnexpectedResponse,
InvalidConfigExtension,
}Variants§
Trait Implementations§
Source§impl Debug for TogetherInternalError
impl Debug for TogetherInternalError
Source§impl From<TogetherInternalError> for TogetherError
impl From<TogetherInternalError> for TogetherError
Source§fn from(e: TogetherInternalError) -> Self
fn from(e: TogetherInternalError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TogetherInternalError
impl RefUnwindSafe for TogetherInternalError
impl Send for TogetherInternalError
impl Sync for TogetherInternalError
impl Unpin for TogetherInternalError
impl UnwindSafe for TogetherInternalError
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