pub struct ResolvedFormatSpecifier {
pub node: ResolvedNode,
pub kind: ResolvedFormatSpecifierKind,
}
Fields§
§node: ResolvedNode
§kind: ResolvedFormatSpecifierKind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedFormatSpecifier
impl RefUnwindSafe for ResolvedFormatSpecifier
impl Send for ResolvedFormatSpecifier
impl Sync for ResolvedFormatSpecifier
impl Unpin for ResolvedFormatSpecifier
impl UnwindSafe for ResolvedFormatSpecifier
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