pub enum FStrPart {
Literal(String),
Expr(Expr),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FStrPart
impl RefUnwindSafe for FStrPart
impl Send for FStrPart
impl Sync for FStrPart
impl Unpin for FStrPart
impl UnsafeUnpin for FStrPart
impl UnwindSafe for FStrPart
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