pub struct TrustedNodeTopology { /* private fields */ }Implementations§
Source§impl TrustedNodeTopology
impl TrustedNodeTopology
pub fn operation_id(&self) -> &OperationId
pub fn provider_id(&self) -> &ProviderId
pub const fn provider_execution_semantics(&self) -> ProviderExecutionSemantics
pub fn dependencies(&self) -> &BTreeSet<NodeId>
Trait Implementations§
Source§impl Clone for TrustedNodeTopology
impl Clone for TrustedNodeTopology
Source§fn clone(&self) -> TrustedNodeTopology
fn clone(&self) -> TrustedNodeTopology
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 TrustedNodeTopology
impl Debug for TrustedNodeTopology
impl Eq for TrustedNodeTopology
Source§impl PartialEq for TrustedNodeTopology
impl PartialEq for TrustedNodeTopology
Source§impl Serialize for TrustedNodeTopology
impl Serialize for TrustedNodeTopology
impl StructuralPartialEq for TrustedNodeTopology
Auto Trait Implementations§
impl Freeze for TrustedNodeTopology
impl RefUnwindSafe for TrustedNodeTopology
impl Send for TrustedNodeTopology
impl Sync for TrustedNodeTopology
impl Unpin for TrustedNodeTopology
impl UnsafeUnpin for TrustedNodeTopology
impl UnwindSafe for TrustedNodeTopology
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