pub struct MaxBounces(/* private fields */);Expand description
Maximum number of times one exact declared edge may be applied.
Implementations§
Trait Implementations§
Source§impl Clone for MaxBounces
impl Clone for MaxBounces
impl Copy for MaxBounces
Source§impl Debug for MaxBounces
impl Debug for MaxBounces
Source§impl<'de> Deserialize<'de> for MaxBounces
impl<'de> Deserialize<'de> for MaxBounces
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MaxBounces
Source§impl From<MaxBounces> for u32
impl From<MaxBounces> for u32
Source§fn from(value: MaxBounces) -> Self
fn from(value: MaxBounces) -> Self
Converts to this type from the input type.
Source§impl Ord for MaxBounces
impl Ord for MaxBounces
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MaxBounces
impl PartialEq for MaxBounces
Source§impl PartialOrd for MaxBounces
impl PartialOrd for MaxBounces
Source§impl Serialize for MaxBounces
impl Serialize for MaxBounces
impl StructuralPartialEq for MaxBounces
Auto Trait Implementations§
impl Freeze for MaxBounces
impl RefUnwindSafe for MaxBounces
impl Send for MaxBounces
impl Sync for MaxBounces
impl Unpin for MaxBounces
impl UnsafeUnpin for MaxBounces
impl UnwindSafe for MaxBounces
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