pub struct ClosedWorldComposesEdgeV0 {
pub from_module: ModuleInstanceKeyV0,
pub from_symbol: String,
pub to_module: ModuleInstanceKeyV0,
pub to_symbol: String,
}Fields§
§from_module: ModuleInstanceKeyV0§from_symbol: String§to_module: ModuleInstanceKeyV0§to_symbol: StringTrait Implementations§
Source§impl Clone for ClosedWorldComposesEdgeV0
impl Clone for ClosedWorldComposesEdgeV0
Source§fn clone(&self) -> ClosedWorldComposesEdgeV0
fn clone(&self) -> ClosedWorldComposesEdgeV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClosedWorldComposesEdgeV0
impl Debug for ClosedWorldComposesEdgeV0
impl Eq for ClosedWorldComposesEdgeV0
impl StructuralPartialEq for ClosedWorldComposesEdgeV0
Auto Trait Implementations§
impl Freeze for ClosedWorldComposesEdgeV0
impl RefUnwindSafe for ClosedWorldComposesEdgeV0
impl Send for ClosedWorldComposesEdgeV0
impl Sync for ClosedWorldComposesEdgeV0
impl Unpin for ClosedWorldComposesEdgeV0
impl UnsafeUnpin for ClosedWorldComposesEdgeV0
impl UnwindSafe for ClosedWorldComposesEdgeV0
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.