A struct that represents the result of a USE query.
USE
This struct only has the :keyspace field, which contains the keyspace that was set through the executed USE query.
:keyspace
t() :: %Xandra.SetKeyspace{keyspace: String.t}