Struct texlang_stdlib::registers::DefaultMarker
source · pub struct DefaultMarker;
Expand description
See Component.
Auto Trait Implementations§
impl Freeze for DefaultMarker
impl RefUnwindSafe for DefaultMarker
impl Send for DefaultMarker
impl Sync for DefaultMarker
impl Unpin for DefaultMarker
impl UnwindSafe for DefaultMarker
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