#[repr(usize)]pub enum EntireResult {
FastCall = 0,
Call = 1,
Restore = 3,
}Expand description
完整路径处理结果。
Variants§
Auto Trait Implementations§
impl Freeze for EntireResult
impl RefUnwindSafe for EntireResult
impl Send for EntireResult
impl Sync for EntireResult
impl Unpin for EntireResult
impl UnwindSafe for EntireResult
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