pub enum MissingPartKind {
UNetWeight,
}
Variants§
UNetWeight
Implementations§
Source§impl MissingPartKind
impl MissingPartKind
pub fn with_local(self, local: PathBuf) -> MissingPartError
pub fn with_remote(self, remote: Url) -> MissingPartError
Auto Trait Implementations§
impl Freeze for MissingPartKind
impl RefUnwindSafe for MissingPartKind
impl Send for MissingPartKind
impl Sync for MissingPartKind
impl Unpin for MissingPartKind
impl UnwindSafe for MissingPartKind
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