pub struct TemplateInputLT;Expand description
Type Tag for a SIMP Location
Trait Implementations§
impl LocationTag for TemplateInputLT
Auto Trait Implementations§
impl Freeze for TemplateInputLT
impl RefUnwindSafe for TemplateInputLT
impl Send for TemplateInputLT
impl Sync for TemplateInputLT
impl Unpin for TemplateInputLT
impl UnwindSafe for TemplateInputLT
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