pub struct MissingPartError { /* private fields */ }
Implementations§
Source§impl MissingPartError
impl MissingPartError
pub fn with_local(self, local: PathBuf) -> MissingPartError
pub fn with_remote(self, remote: Url) -> MissingPartError
Trait Implementations§
Source§impl From<MissingPartError> for DiffuserError
impl From<MissingPartError> for DiffuserError
Source§fn from(value: MissingPartError) -> Self
fn from(value: MissingPartError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MissingPartError
impl RefUnwindSafe for MissingPartError
impl Send for MissingPartError
impl Sync for MissingPartError
impl Unpin for MissingPartError
impl UnwindSafe for MissingPartError
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