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