pub type OwnershipScope = OwnershipScope;Aliased Type§
pub enum OwnershipScope {
ConnectionOwnership(ConnectionOwnership),
SessionOwnership(SessionOwnership),
VmOwnership(VmOwnership),
}pub type OwnershipScope = OwnershipScope;pub enum OwnershipScope {
ConnectionOwnership(ConnectionOwnership),
SessionOwnership(SessionOwnership),
VmOwnership(VmOwnership),
}