pub struct InstrPAGE {}
Implementations§
Trait Implementations§
impl BuildXML for InstrPAGE
impl StructuralPartialEq for InstrPAGE
Auto Trait Implementations§
impl Freeze for InstrPAGE
impl RefUnwindSafe for InstrPAGE
impl Send for InstrPAGE
impl Sync for InstrPAGE
impl Unpin for InstrPAGE
impl UnwindSafe for InstrPAGE
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