Skip to main content

OwnershipScope

Type Alias OwnershipScope 

Source
pub type OwnershipScope = OwnershipScope;

Aliased Type§

pub enum OwnershipScope {
    ConnectionOwnership(ConnectionOwnership),
    SessionOwnership(SessionOwnership),
    VmOwnership(VmOwnership),
}

Variants§

§

ConnectionOwnership(ConnectionOwnership)

§

SessionOwnership(SessionOwnership)

§

VmOwnership(VmOwnership)