Struct jcm::FunctionStatusDetails
source · pub struct FunctionStatusDetails(pub FunctionStatus);Expand description
Convenience wrapper for a detailed view of a FunctionStatus.
Tuple Fields§
§0: FunctionStatusTrait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionStatusDetails
impl RefUnwindSafe for FunctionStatusDetails
impl Send for FunctionStatusDetails
impl Sync for FunctionStatusDetails
impl Unpin for FunctionStatusDetails
impl UnwindSafe for FunctionStatusDetails
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