pub struct CallStat {
pub call: Assignable,
}
Fields§
§call: Assignable
Trait Implementations§
impl StructuralPartialEq for CallStat
Auto Trait Implementations§
impl Freeze for CallStat
impl RefUnwindSafe for CallStat
impl Send for CallStat
impl Sync for CallStat
impl Unpin for CallStat
impl UnwindSafe for CallStat
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