Struct oxygengine_navigation::resources::NavIslandPortal [−][src]
pub struct NavIslandPortal<Island, Portal> where
Island: Debug + Clone + Eq + Hash + Send + Sync,
Portal: Debug + Clone + Eq + Hash + Send + Sync, {
pub island: Island,
pub portal: Option<Portal>,
}Fields
island: Islandportal: Option<Portal>Trait Implementations
impl<'de, Island, Portal> Deserialize<'de> for NavIslandPortal<Island, Portal> where
Island: Debug + Clone + Eq + Hash + Send + Sync + Serialize + DeserializeOwned,
Portal: Debug + Clone + Eq + Hash + Send + Sync + Serialize + DeserializeOwned,
impl<'de, Island, Portal> Deserialize<'de> for NavIslandPortal<Island, Portal> where
Island: Debug + Clone + Eq + Hash + Send + Sync + Serialize + DeserializeOwned,
Portal: Debug + Clone + Eq + Hash + Send + Sync + Serialize + DeserializeOwned,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<NavIslandPortal<Island, Portal>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<NavIslandPortal<Island, Portal>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl<Island, Portal> Eq for NavIslandPortal<Island, Portal> where
Island: Eq + Debug + Clone + Hash + Send + Sync,
Portal: Eq + Debug + Clone + Hash + Send + Sync,
Auto Trait Implementations
impl<Island, Portal> RefUnwindSafe for NavIslandPortal<Island, Portal> where
Island: RefUnwindSafe,
Portal: RefUnwindSafe,
impl<Island, Portal> Send for NavIslandPortal<Island, Portal>
impl<Island, Portal> Sync for NavIslandPortal<Island, Portal>
impl<Island, Portal> Unpin for NavIslandPortal<Island, Portal> where
Island: Unpin,
Portal: Unpin,
impl<Island, Portal> UnwindSafe for NavIslandPortal<Island, Portal> where
Island: UnwindSafe,
Portal: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
pub fn is_in_subset(&self) -> bool
pub fn is_in_subset(&self) -> bool
Checks if self is actually part of its subset T (and can be converted to it).
pub unsafe fn to_subset_unchecked(&self) -> SS
pub unsafe fn to_subset_unchecked(&self) -> SS
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
pub fn from_subset(element: &SS) -> SP
pub fn from_subset(element: &SS) -> SP
The inclusion map: converts self to the equivalent element of its superset.
