Skip to main content

HasOwnershipAttributes

Trait HasOwnershipAttributes 

Source
pub trait HasOwnershipAttributes {
    // Required method
    fn ownership(&self) -> &OwnershipAttributes;

    // Provided method
    fn owns(&self) -> bool { ... }
}
Expand description

Read-only access to the gml:OwnershipAttributeGroup on a property element.

Required Methods§

Provided Methods§

Source

fn owns(&self) -> bool

gml:owns — whether this property owns the referenced object.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§