How to check out the details of a suspected struct?

I suspect a variable is a struct.

How can I get the details of it? Its fields and values.

See

https://docs.julialang.org/en/v1/base/base/#Base.fieldnames

2 Likes