pub struct LoadClass { /* private fields */ }
Expand description
Contents of a Record with tag RecordTag::LoadClass.
Implementations§
Source§impl LoadClass
impl LoadClass
pub fn class_serial(&self) -> Serial
pub fn class_obj_id(&self) -> Id
pub fn stack_trace_serial(&self) -> Serial
pub fn class_name_id(&self) -> Id
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadClass
impl RefUnwindSafe for LoadClass
impl Send for LoadClass
impl Sync for LoadClass
impl Unpin for LoadClass
impl UnwindSafe for LoadClass
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