pub enum SrcSeg {
Lit(&'static str),
Param,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SrcSeg
impl RefUnwindSafe for SrcSeg
impl Send for SrcSeg
impl Sync for SrcSeg
impl Unpin for SrcSeg
impl UnsafeUnpin for SrcSeg
impl UnwindSafe for SrcSeg
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