pub enum MetaLoad {
Ok(Box<Meta>, Vec<Issue>),
Failed(Vec<Issue>),
}Expand description
加载结果。
Variants§
Auto Trait Implementations§
impl Freeze for MetaLoad
impl RefUnwindSafe for MetaLoad
impl Send for MetaLoad
impl Sync for MetaLoad
impl Unpin for MetaLoad
impl UnsafeUnpin for MetaLoad
impl UnwindSafe for MetaLoad
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