Enum rustc_builtin_macros::format::ast::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 moreAuto Trait Implementations§
impl RefUnwindSafe for FormatArgsPiece
impl !Send for FormatArgsPiece
impl !Sync for FormatArgsPiece
impl Unpin for FormatArgsPiece
impl UnwindSafe for FormatArgsPiece
Blanket Implementations§
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