pub struct StructureProcessorList {
pub key: Identifier,
pub data: StructureProcessorListData,
pub id: OnceLock<usize>,
}Expand description
A registered structure processor list.
Fields§
§key: IdentifierRegistry key.
data: StructureProcessorListDataTyped processor-list payload.
id: OnceLock<usize>Cached registry ID.
Trait Implementations§
Source§impl Debug for StructureProcessorList
impl Debug for StructureProcessorList
Auto Trait Implementations§
impl !Freeze for StructureProcessorList
impl RefUnwindSafe for StructureProcessorList
impl Send for StructureProcessorList
impl Sync for StructureProcessorList
impl Unpin for StructureProcessorList
impl UnsafeUnpin for StructureProcessorList
impl UnwindSafe for StructureProcessorList
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