#[non_exhaustive]pub struct InterconnectApplicationAwareInterconnectStrictPriorityPolicy { /* private fields */ }Available on crate feature
interconnects only.Expand description
Specify configuration for StrictPriorityPolicy.
Implementations§
Trait Implementations§
Source§impl Clone for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl Clone for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
Source§fn clone(&self) -> InterconnectApplicationAwareInterconnectStrictPriorityPolicy
fn clone(&self) -> InterconnectApplicationAwareInterconnectStrictPriorityPolicy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl Default for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
Source§fn default() -> InterconnectApplicationAwareInterconnectStrictPriorityPolicy
fn default() -> InterconnectApplicationAwareInterconnectStrictPriorityPolicy
Returns the “default value” for a type. Read more
Source§impl PartialEq for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl PartialEq for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
Source§fn eq(
&self,
other: &InterconnectApplicationAwareInterconnectStrictPriorityPolicy,
) -> bool
fn eq( &self, other: &InterconnectApplicationAwareInterconnectStrictPriorityPolicy, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
Auto Trait Implementations§
impl Freeze for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl RefUnwindSafe for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl Send for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl Sync for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl Unpin for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
impl UnwindSafe for InterconnectApplicationAwareInterconnectStrictPriorityPolicy
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