pub struct TEMPLATE_PAIRS_END { /* private fields */ }Trait Implementations§
Source§impl Deref for TEMPLATE_PAIRS_END
impl Deref for TEMPLATE_PAIRS_END
impl LazyStatic for TEMPLATE_PAIRS_END
Auto Trait Implementations§
impl Freeze for TEMPLATE_PAIRS_END
impl RefUnwindSafe for TEMPLATE_PAIRS_END
impl Send for TEMPLATE_PAIRS_END
impl Sync for TEMPLATE_PAIRS_END
impl Unpin for TEMPLATE_PAIRS_END
impl UnwindSafe for TEMPLATE_PAIRS_END
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