pub struct PortMapOwned { /* private fields */ }
Implementations§
Source§impl PortMapOwned
impl PortMapOwned
pub fn new( ty: PortType, node_port: String, blackboard_value: BlackboardValueOwned, ) -> Self
Trait Implementations§
Source§impl<'src> AbstractPortMap<'src> for PortMapOwned
impl<'src> AbstractPortMap<'src> for PortMapOwned
Source§impl Debug for PortMapOwned
impl Debug for PortMapOwned
Source§impl PartialEq for PortMapOwned
impl PartialEq for PortMapOwned
impl Eq for PortMapOwned
impl StructuralPartialEq for PortMapOwned
Auto Trait Implementations§
impl Freeze for PortMapOwned
impl RefUnwindSafe for PortMapOwned
impl Send for PortMapOwned
impl Sync for PortMapOwned
impl Unpin for PortMapOwned
impl UnwindSafe for PortMapOwned
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.