pub struct BoatTerminal {
Show 58 fields pub opening_hours: Vec<OpeningHoursProperty>, pub additional_property: Vec<AdditionalPropertyProperty>, pub address: Vec<AddressProperty>, pub aggregate_rating: Vec<AggregateRatingProperty>, pub amenity_feature: Vec<AmenityFeatureProperty>, pub branch_code: Vec<BranchCodeProperty>, pub contained_in: Vec<ContainedInProperty>, pub contained_in_place: Vec<ContainedInPlaceProperty>, pub contains_place: Vec<ContainsPlaceProperty>, pub event: Vec<EventProperty>, pub events: Vec<EventsProperty>, pub fax_number: Vec<FaxNumberProperty>, pub geo: Vec<GeoProperty>, pub geo_contains: Vec<GeoContainsProperty>, pub geo_covered_by: Vec<GeoCoveredByProperty>, pub geo_covers: Vec<GeoCoversProperty>, pub geo_crosses: Vec<GeoCrossesProperty>, pub geo_disjoint: Vec<GeoDisjointProperty>, pub geo_equals: Vec<GeoEqualsProperty>, pub geo_intersects: Vec<GeoIntersectsProperty>, pub geo_overlaps: Vec<GeoOverlapsProperty>, pub geo_touches: Vec<GeoTouchesProperty>, pub geo_within: Vec<GeoWithinProperty>, pub global_location_number: Vec<GlobalLocationNumberProperty>, pub has_drive_through_service: Vec<HasDriveThroughServiceProperty>, pub has_map: Vec<HasMapProperty>, pub is_accessible_for_free: Vec<IsAccessibleForFreeProperty>, pub isic_v_4: Vec<IsicV4Property>, pub keywords: Vec<KeywordsProperty>, pub latitude: Vec<LatitudeProperty>, pub logo: Vec<LogoProperty>, pub longitude: Vec<LongitudeProperty>, pub map: Vec<MapProperty>, pub maps: Vec<MapsProperty>, pub maximum_attendee_capacity: Vec<MaximumAttendeeCapacityProperty>, pub opening_hours_specification: Vec<OpeningHoursSpecificationProperty>, pub photo: Vec<PhotoProperty>, pub photos: Vec<PhotosProperty>, pub public_access: Vec<PublicAccessProperty>, pub review: Vec<ReviewProperty>, pub reviews: Vec<ReviewsProperty>, pub slogan: Vec<SloganProperty>, pub smoking_allowed: Vec<SmokingAllowedProperty>, pub special_opening_hours_specification: Vec<SpecialOpeningHoursSpecificationProperty>, pub telephone: Vec<TelephoneProperty>, pub tour_booking_page: Vec<TourBookingPageProperty>, pub additional_type: Vec<AdditionalTypeProperty>, pub alternate_name: Vec<AlternateNameProperty>, pub description: Vec<DescriptionProperty>, pub disambiguating_description: Vec<DisambiguatingDescriptionProperty>, pub identifier: Vec<IdentifierProperty>, pub image: Vec<ImageProperty>, pub main_entity_of_page: Vec<MainEntityOfPageProperty>, pub name: Vec<NameProperty>, pub potential_action: Vec<PotentialActionProperty>, pub same_as: Vec<SameAsProperty>, pub subject_of: Vec<SubjectOfProperty>, pub url: Vec<UrlProperty>,
}
Expand description

Fields§

§opening_hours: Vec<OpeningHoursProperty>§additional_property: Vec<AdditionalPropertyProperty>§address: Vec<AddressProperty>§aggregate_rating: Vec<AggregateRatingProperty>§amenity_feature: Vec<AmenityFeatureProperty>§branch_code: Vec<BranchCodeProperty>§contained_in: Vec<ContainedInProperty>
👎Deprecated: This schema is superseded by https://schema.org/containedInPlace.
§contained_in_place: Vec<ContainedInPlaceProperty>§contains_place: Vec<ContainsPlaceProperty>§event: Vec<EventProperty>§events: Vec<EventsProperty>
👎Deprecated: This schema is superseded by https://schema.org/event.
§fax_number: Vec<FaxNumberProperty>§geo: Vec<GeoProperty>§geo_contains: Vec<GeoContainsProperty>§geo_covered_by: Vec<GeoCoveredByProperty>§geo_covers: Vec<GeoCoversProperty>§geo_crosses: Vec<GeoCrossesProperty>§geo_disjoint: Vec<GeoDisjointProperty>§geo_equals: Vec<GeoEqualsProperty>§geo_intersects: Vec<GeoIntersectsProperty>§geo_overlaps: Vec<GeoOverlapsProperty>§geo_touches: Vec<GeoTouchesProperty>§geo_within: Vec<GeoWithinProperty>§global_location_number: Vec<GlobalLocationNumberProperty>§has_drive_through_service: Vec<HasDriveThroughServiceProperty>§has_map: Vec<HasMapProperty>§is_accessible_for_free: Vec<IsAccessibleForFreeProperty>§isic_v_4: Vec<IsicV4Property>§keywords: Vec<KeywordsProperty>§latitude: Vec<LatitudeProperty>§longitude: Vec<LongitudeProperty>§map: Vec<MapProperty>
👎Deprecated: This schema is superseded by https://schema.org/hasMap.
§maps: Vec<MapsProperty>
👎Deprecated: This schema is superseded by https://schema.org/hasMap.
§maximum_attendee_capacity: Vec<MaximumAttendeeCapacityProperty>§opening_hours_specification: Vec<OpeningHoursSpecificationProperty>§photo: Vec<PhotoProperty>§photos: Vec<PhotosProperty>
👎Deprecated: This schema is superseded by https://schema.org/photo.
§public_access: Vec<PublicAccessProperty>§review: Vec<ReviewProperty>§reviews: Vec<ReviewsProperty>
👎Deprecated: This schema is superseded by https://schema.org/review.
§slogan: Vec<SloganProperty>§smoking_allowed: Vec<SmokingAllowedProperty>§special_opening_hours_specification: Vec<SpecialOpeningHoursSpecificationProperty>§telephone: Vec<TelephoneProperty>§tour_booking_page: Vec<TourBookingPageProperty>§additional_type: Vec<AdditionalTypeProperty>§alternate_name: Vec<AlternateNameProperty>§description: Vec<DescriptionProperty>§disambiguating_description: Vec<DisambiguatingDescriptionProperty>§identifier: Vec<IdentifierProperty>§image: Vec<ImageProperty>§main_entity_of_page: Vec<MainEntityOfPageProperty>§name: Vec<NameProperty>§potential_action: Vec<PotentialActionProperty>§same_as: Vec<SameAsProperty>§subject_of: Vec<SubjectOfProperty>§url: Vec<UrlProperty>

Trait Implementations§

source§

impl CivicStructureTrait for BoatTerminal

source§

impl PlaceTrait for BoatTerminal

source§

fn get_additional_property(&self) -> &[AdditionalPropertyProperty]

Get https://schema.org/additionalProperty from Self as borrowed slice.
source§

fn take_additional_property(&mut self) -> Vec<AdditionalPropertyProperty>

Take https://schema.org/additionalProperty from Self as owned vector.
source§

fn get_address(&self) -> &[AddressProperty]

Get https://schema.org/address from Self as borrowed slice.
source§

fn take_address(&mut self) -> Vec<AddressProperty>

Take https://schema.org/address from Self as owned vector.
source§

fn get_aggregate_rating(&self) -> &[AggregateRatingProperty]

Get https://schema.org/aggregateRating from Self as borrowed slice.
source§

fn take_aggregate_rating(&mut self) -> Vec<AggregateRatingProperty>

Take https://schema.org/aggregateRating from Self as owned vector.
source§

fn get_amenity_feature(&self) -> &[AmenityFeatureProperty]

Get https://schema.org/amenityFeature from Self as borrowed slice.
source§

fn take_amenity_feature(&mut self) -> Vec<AmenityFeatureProperty>

Take https://schema.org/amenityFeature from Self as owned vector.
source§

fn get_branch_code(&self) -> &[BranchCodeProperty]

Get https://schema.org/branchCode from Self as borrowed slice.
source§

fn take_branch_code(&mut self) -> Vec<BranchCodeProperty>

Take https://schema.org/branchCode from Self as owned vector.
source§

fn get_contained_in(&self) -> &[ContainedInProperty]

👎Deprecated: This schema is superseded by https://schema.org/containedInPlace.
Get https://schema.org/containedIn from Self as borrowed slice.
source§

fn take_contained_in(&mut self) -> Vec<ContainedInProperty>

👎Deprecated: This schema is superseded by https://schema.org/containedInPlace.
Take https://schema.org/containedIn from Self as owned vector.
source§

fn get_contained_in_place(&self) -> &[ContainedInPlaceProperty]

Get https://schema.org/containedInPlace from Self as borrowed slice.
source§

fn take_contained_in_place(&mut self) -> Vec<ContainedInPlaceProperty>

Take https://schema.org/containedInPlace from Self as owned vector.
source§

fn get_contains_place(&self) -> &[ContainsPlaceProperty]

Get https://schema.org/containsPlace from Self as borrowed slice.
source§

fn take_contains_place(&mut self) -> Vec<ContainsPlaceProperty>

Take https://schema.org/containsPlace from Self as owned vector.
source§

fn get_event(&self) -> &[EventProperty]

Get https://schema.org/event from Self as borrowed slice.
source§

fn take_event(&mut self) -> Vec<EventProperty>

Take https://schema.org/event from Self as owned vector.
source§

fn get_events(&self) -> &[EventsProperty]

👎Deprecated: This schema is superseded by https://schema.org/event.
Get https://schema.org/events from Self as borrowed slice.
source§

fn take_events(&mut self) -> Vec<EventsProperty>

👎Deprecated: This schema is superseded by https://schema.org/event.
Take https://schema.org/events from Self as owned vector.
source§

fn get_fax_number(&self) -> &[FaxNumberProperty]

Get https://schema.org/faxNumber from Self as borrowed slice.
source§

fn take_fax_number(&mut self) -> Vec<FaxNumberProperty>

Take https://schema.org/faxNumber from Self as owned vector.
source§

fn get_geo(&self) -> &[GeoProperty]

Get https://schema.org/geo from Self as borrowed slice.
source§

fn take_geo(&mut self) -> Vec<GeoProperty>

Take https://schema.org/geo from Self as owned vector.
source§

fn get_geo_contains(&self) -> &[GeoContainsProperty]

Get https://schema.org/geoContains from Self as borrowed slice.
source§

fn take_geo_contains(&mut self) -> Vec<GeoContainsProperty>

Take https://schema.org/geoContains from Self as owned vector.
source§

fn get_geo_covered_by(&self) -> &[GeoCoveredByProperty]

Get https://schema.org/geoCoveredBy from Self as borrowed slice.
source§

fn take_geo_covered_by(&mut self) -> Vec<GeoCoveredByProperty>

Take https://schema.org/geoCoveredBy from Self as owned vector.
source§

fn get_geo_covers(&self) -> &[GeoCoversProperty]

Get https://schema.org/geoCovers from Self as borrowed slice.
source§

fn take_geo_covers(&mut self) -> Vec<GeoCoversProperty>

Take https://schema.org/geoCovers from Self as owned vector.
source§

fn get_geo_crosses(&self) -> &[GeoCrossesProperty]

Get https://schema.org/geoCrosses from Self as borrowed slice.
source§

fn take_geo_crosses(&mut self) -> Vec<GeoCrossesProperty>

Take https://schema.org/geoCrosses from Self as owned vector.
source§

fn get_geo_disjoint(&self) -> &[GeoDisjointProperty]

Get https://schema.org/geoDisjoint from Self as borrowed slice.
source§

fn take_geo_disjoint(&mut self) -> Vec<GeoDisjointProperty>

Take https://schema.org/geoDisjoint from Self as owned vector.
source§

fn get_geo_equals(&self) -> &[GeoEqualsProperty]

Get https://schema.org/geoEquals from Self as borrowed slice.
source§

fn take_geo_equals(&mut self) -> Vec<GeoEqualsProperty>

Take https://schema.org/geoEquals from Self as owned vector.
source§

fn get_geo_intersects(&self) -> &[GeoIntersectsProperty]

Get https://schema.org/geoIntersects from Self as borrowed slice.
source§

fn take_geo_intersects(&mut self) -> Vec<GeoIntersectsProperty>

Take https://schema.org/geoIntersects from Self as owned vector.
source§

fn get_geo_overlaps(&self) -> &[GeoOverlapsProperty]

Get https://schema.org/geoOverlaps from Self as borrowed slice.
source§

fn take_geo_overlaps(&mut self) -> Vec<GeoOverlapsProperty>

Take https://schema.org/geoOverlaps from Self as owned vector.
source§

fn get_geo_touches(&self) -> &[GeoTouchesProperty]

Get https://schema.org/geoTouches from Self as borrowed slice.
source§

fn take_geo_touches(&mut self) -> Vec<GeoTouchesProperty>

Take https://schema.org/geoTouches from Self as owned vector.
source§

fn get_geo_within(&self) -> &[GeoWithinProperty]

Get https://schema.org/geoWithin from Self as borrowed slice.
source§

fn take_geo_within(&mut self) -> Vec<GeoWithinProperty>

Take https://schema.org/geoWithin from Self as owned vector.
source§

fn get_global_location_number(&self) -> &[GlobalLocationNumberProperty]

Get https://schema.org/globalLocationNumber from Self as borrowed slice.
source§

fn take_global_location_number(&mut self) -> Vec<GlobalLocationNumberProperty>

source§

fn get_has_drive_through_service(&self) -> &[HasDriveThroughServiceProperty]

source§

fn take_has_drive_through_service( &mut self ) -> Vec<HasDriveThroughServiceProperty>

source§

fn get_has_map(&self) -> &[HasMapProperty]

Get https://schema.org/hasMap from Self as borrowed slice.
source§

fn take_has_map(&mut self) -> Vec<HasMapProperty>

Take https://schema.org/hasMap from Self as owned vector.
source§

fn get_is_accessible_for_free(&self) -> &[IsAccessibleForFreeProperty]

Get https://schema.org/isAccessibleForFree from Self as borrowed slice.
source§

fn take_is_accessible_for_free(&mut self) -> Vec<IsAccessibleForFreeProperty>

Take https://schema.org/isAccessibleForFree from Self as owned vector.
source§

fn get_isic_v_4(&self) -> &[IsicV4Property]

Get https://schema.org/isicV4 from Self as borrowed slice.
source§

fn take_isic_v_4(&mut self) -> Vec<IsicV4Property>

Take https://schema.org/isicV4 from Self as owned vector.
source§

fn get_keywords(&self) -> &[KeywordsProperty]

Get https://schema.org/keywords from Self as borrowed slice.
source§

fn take_keywords(&mut self) -> Vec<KeywordsProperty>

Take https://schema.org/keywords from Self as owned vector.
source§

fn get_latitude(&self) -> &[LatitudeProperty]

Get https://schema.org/latitude from Self as borrowed slice.
source§

fn take_latitude(&mut self) -> Vec<LatitudeProperty>

Take https://schema.org/latitude from Self as owned vector.
Get https://schema.org/logo from Self as borrowed slice.
Take https://schema.org/logo from Self as owned vector.
source§

fn get_longitude(&self) -> &[LongitudeProperty]

Get https://schema.org/longitude from Self as borrowed slice.
source§

fn take_longitude(&mut self) -> Vec<LongitudeProperty>

Take https://schema.org/longitude from Self as owned vector.
source§

fn get_map(&self) -> &[MapProperty]

👎Deprecated: This schema is superseded by https://schema.org/hasMap.
Get https://schema.org/map from Self as borrowed slice.
source§

fn take_map(&mut self) -> Vec<MapProperty>

👎Deprecated: This schema is superseded by https://schema.org/hasMap.
Take https://schema.org/map from Self as owned vector.
source§

fn get_maps(&self) -> &[MapsProperty]

👎Deprecated: This schema is superseded by https://schema.org/hasMap.
Get https://schema.org/maps from Self as borrowed slice.
source§

fn take_maps(&mut self) -> Vec<MapsProperty>

👎Deprecated: This schema is superseded by https://schema.org/hasMap.
Take https://schema.org/maps from Self as owned vector.
source§

fn get_maximum_attendee_capacity(&self) -> &[MaximumAttendeeCapacityProperty]

source§

fn take_maximum_attendee_capacity( &mut self ) -> Vec<MaximumAttendeeCapacityProperty>

source§

fn get_opening_hours_specification( &self ) -> &[OpeningHoursSpecificationProperty]

source§

fn take_opening_hours_specification( &mut self ) -> Vec<OpeningHoursSpecificationProperty>

source§

fn get_photo(&self) -> &[PhotoProperty]

Get https://schema.org/photo from Self as borrowed slice.
source§

fn take_photo(&mut self) -> Vec<PhotoProperty>

Take https://schema.org/photo from Self as owned vector.
source§

fn get_photos(&self) -> &[PhotosProperty]

👎Deprecated: This schema is superseded by https://schema.org/photo.
Get https://schema.org/photos from Self as borrowed slice.
source§

fn take_photos(&mut self) -> Vec<PhotosProperty>

👎Deprecated: This schema is superseded by https://schema.org/photo.
Take https://schema.org/photos from Self as owned vector.
source§

fn get_public_access(&self) -> &[PublicAccessProperty]

Get https://schema.org/publicAccess from Self as borrowed slice.
source§

fn take_public_access(&mut self) -> Vec<PublicAccessProperty>

Take https://schema.org/publicAccess from Self as owned vector.
source§

fn get_review(&self) -> &[ReviewProperty]

Get https://schema.org/review from Self as borrowed slice.
source§

fn take_review(&mut self) -> Vec<ReviewProperty>

Take https://schema.org/review from Self as owned vector.
source§

fn get_reviews(&self) -> &[ReviewsProperty]

👎Deprecated: This schema is superseded by https://schema.org/review.
Get https://schema.org/reviews from Self as borrowed slice.
source§

fn take_reviews(&mut self) -> Vec<ReviewsProperty>

👎Deprecated: This schema is superseded by https://schema.org/review.
Take https://schema.org/reviews from Self as owned vector.
source§

fn get_slogan(&self) -> &[SloganProperty]

Get https://schema.org/slogan from Self as borrowed slice.
source§

fn take_slogan(&mut self) -> Vec<SloganProperty>

Take https://schema.org/slogan from Self as owned vector.
source§

fn get_smoking_allowed(&self) -> &[SmokingAllowedProperty]

Get https://schema.org/smokingAllowed from Self as borrowed slice.
source§

fn take_smoking_allowed(&mut self) -> Vec<SmokingAllowedProperty>

Take https://schema.org/smokingAllowed from Self as owned vector.
source§

fn get_special_opening_hours_specification( &self ) -> &[SpecialOpeningHoursSpecificationProperty]

source§

fn take_special_opening_hours_specification( &mut self ) -> Vec<SpecialOpeningHoursSpecificationProperty>

source§

fn get_telephone(&self) -> &[TelephoneProperty]

Get https://schema.org/telephone from Self as borrowed slice.
source§

fn take_telephone(&mut self) -> Vec<TelephoneProperty>

Take https://schema.org/telephone from Self as owned vector.
source§

fn get_tour_booking_page(&self) -> &[TourBookingPageProperty]

Get https://schema.org/tourBookingPage from Self as borrowed slice.
source§

fn take_tour_booking_page(&mut self) -> Vec<TourBookingPageProperty>

Take https://schema.org/tourBookingPage from Self as owned vector.
source§

impl ThingTrait for BoatTerminal

source§

fn get_additional_type(&self) -> &[AdditionalTypeProperty]

Get https://schema.org/additionalType from Self as borrowed slice.
source§

fn take_additional_type(&mut self) -> Vec<AdditionalTypeProperty>

Take https://schema.org/additionalType from Self as owned vector.
source§

fn get_alternate_name(&self) -> &[AlternateNameProperty]

Get https://schema.org/alternateName from Self as borrowed slice.
source§

fn take_alternate_name(&mut self) -> Vec<AlternateNameProperty>

Take https://schema.org/alternateName from Self as owned vector.
source§

fn get_description(&self) -> &[DescriptionProperty]

Get https://schema.org/description from Self as borrowed slice.
source§

fn take_description(&mut self) -> Vec<DescriptionProperty>

Take https://schema.org/description from Self as owned vector.
source§

fn get_disambiguating_description(&self) -> &[DisambiguatingDescriptionProperty]

source§

fn take_disambiguating_description( &mut self ) -> Vec<DisambiguatingDescriptionProperty>

source§

fn get_identifier(&self) -> &[IdentifierProperty]

Get https://schema.org/identifier from Self as borrowed slice.
source§

fn take_identifier(&mut self) -> Vec<IdentifierProperty>

Take https://schema.org/identifier from Self as owned vector.
source§

fn get_image(&self) -> &[ImageProperty]

Get https://schema.org/image from Self as borrowed slice.
source§

fn take_image(&mut self) -> Vec<ImageProperty>

Take https://schema.org/image from Self as owned vector.
source§

fn get_main_entity_of_page(&self) -> &[MainEntityOfPageProperty]

Get https://schema.org/mainEntityOfPage from Self as borrowed slice.
source§

fn take_main_entity_of_page(&mut self) -> Vec<MainEntityOfPageProperty>

Take https://schema.org/mainEntityOfPage from Self as owned vector.
source§

fn get_name(&self) -> &[NameProperty]

Get https://schema.org/name from Self as borrowed slice.
source§

fn take_name(&mut self) -> Vec<NameProperty>

Take https://schema.org/name from Self as owned vector.
source§

fn get_potential_action(&self) -> &[PotentialActionProperty]

Get https://schema.org/potentialAction from Self as borrowed slice.
source§

fn take_potential_action(&mut self) -> Vec<PotentialActionProperty>

Take https://schema.org/potentialAction from Self as owned vector.
source§

fn get_same_as(&self) -> &[SameAsProperty]

Get https://schema.org/sameAs from Self as borrowed slice.
source§

fn take_same_as(&mut self) -> Vec<SameAsProperty>

Take https://schema.org/sameAs from Self as owned vector.
source§

fn get_subject_of(&self) -> &[SubjectOfProperty]

Get https://schema.org/subjectOf from Self as borrowed slice.
source§

fn take_subject_of(&mut self) -> Vec<SubjectOfProperty>

Take https://schema.org/subjectOf from Self as owned vector.
source§

fn get_url(&self) -> &[UrlProperty]

Get https://schema.org/url from Self as borrowed slice.
source§

fn take_url(&mut self) -> Vec<UrlProperty>

Take https://schema.org/url from Self as owned vector.
source§

impl BoatTerminalTrait for BoatTerminal

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.