pub struct PortMap<'src> { /* private fields */ }Implementations§
Source§impl<'src> PortMap<'src>
impl<'src> PortMap<'src>
pub fn get_type(&self) -> PortType
pub fn node_port(&self) -> &'src str
pub fn blackboard_value(&self) -> &BlackboardValue<'src>
pub fn to_owned(&self) -> PortMapOwned
Trait Implementations§
Source§impl<'src> AbstractPortMap<'src> for PortMap<'src>
impl<'src> AbstractPortMap<'src> for PortMap<'src>
impl<'src> Eq for PortMap<'src>
impl<'src> StructuralPartialEq for PortMap<'src>
Auto Trait Implementations§
impl<'src> Freeze for PortMap<'src>
impl<'src> RefUnwindSafe for PortMap<'src>
impl<'src> Send for PortMap<'src>
impl<'src> Sync for PortMap<'src>
impl<'src> Unpin for PortMap<'src>
impl<'src> UnwindSafe for PortMap<'src>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.