Enum rustc_builtin_macros::format::ArgumentType
source · enum ArgumentType {
Placeholder(&'static str),
Count,
}
Variants
Placeholder(&'static str)
Count
Trait Implementations
sourceimpl PartialEq<ArgumentType> for ArgumentType
impl PartialEq<ArgumentType> for ArgumentType
sourcefn eq(&self, other: &ArgumentType) -> bool
fn eq(&self, other: &ArgumentType) -> bool
impl StructuralPartialEq for ArgumentType
Auto Trait Implementations
impl RefUnwindSafe for ArgumentType
impl Send for ArgumentType
impl Sync for ArgumentType
impl Unpin for ArgumentType
impl UnwindSafe for ArgumentType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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: 16 bytes
Size for each variant:
Placeholder
: 16 bytesCount
: 0 bytes