Type Definition stac::ObjectHrefTuple
source · [−]Expand description
A type used to pass either an Object or an HrefObject into functions.
Trait Implementations
sourceimpl From<Catalog> for ObjectHrefTuple
impl From<Catalog> for ObjectHrefTuple
sourcefn from(catalog: Catalog) -> ObjectHrefTuple
fn from(catalog: Catalog) -> ObjectHrefTuple
Performs the conversion.
sourceimpl From<Collection> for ObjectHrefTuple
impl From<Collection> for ObjectHrefTuple
sourcefn from(collection: Collection) -> ObjectHrefTuple
fn from(collection: Collection) -> ObjectHrefTuple
Performs the conversion.
sourceimpl From<HrefObject> for ObjectHrefTuple
impl From<HrefObject> for ObjectHrefTuple
sourcefn from(href_object: HrefObject) -> ObjectHrefTuple
fn from(href_object: HrefObject) -> ObjectHrefTuple
Performs the conversion.
sourceimpl From<Item> for ObjectHrefTuple
impl From<Item> for ObjectHrefTuple
sourcefn from(item: Item) -> ObjectHrefTuple
fn from(item: Item) -> ObjectHrefTuple
Performs the conversion.
sourceimpl From<Object> for ObjectHrefTuple
impl From<Object> for ObjectHrefTuple
sourcefn from(object: Object) -> ObjectHrefTuple
fn from(object: Object) -> ObjectHrefTuple
Performs the conversion.