Enum rustc_ast::format::FormatArgsPiece
source · pub enum FormatArgsPiece {
Literal(Symbol),
Placeholder(FormatPlaceholder),
}
Expand description
A piece of a format template string.
E.g. “hello” or “{name}”.
Variants§
Literal(Symbol)
Placeholder(FormatPlaceholder)
Trait Implementations§
source§impl Clone for FormatArgsPiece
impl Clone for FormatArgsPiece
source§fn clone(&self) -> FormatArgsPiece
fn clone(&self) -> FormatArgsPiece
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FormatArgsPiece
impl Debug for FormatArgsPiece
source§impl<__D: Decoder> Decodable<__D> for FormatArgsPiece
impl<__D: Decoder> Decodable<__D> for FormatArgsPiece
Auto Trait Implementations§
impl RefUnwindSafe for FormatArgsPiece
impl !Send for FormatArgsPiece
impl !Sync for FormatArgsPiece
impl Unpin for FormatArgsPiece
impl UnwindSafe for FormatArgsPiece
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 128 bytes
Size for each variant:
Literal
: 12 bytesPlaceholder
: 128 bytes