Struct lance_core::error::CloneableResult
source · pub struct CloneableResult<T: Clone>(pub Result<T, CloneableError>);Tuple Fields§
§0: Result<T, CloneableError>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for CloneableResult<T>where
T: Freeze,
impl<T> !RefUnwindSafe for CloneableResult<T>
impl<T> Send for CloneableResult<T>where
T: Send,
impl<T> Sync for CloneableResult<T>where
T: Sync,
impl<T> Unpin for CloneableResult<T>where
T: Unpin,
impl<T> !UnwindSafe for CloneableResult<T>
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