#[repr(C)]pub struct CountBoxConfig {
pub max_retries: u32,
pub inner: PolicyNodeIndex,
}Fields§
§max_retries: u32§inner: PolicyNodeIndexTrait Implementations§
Source§impl Clone for CountBoxConfig
impl Clone for CountBoxConfig
Source§fn clone(&self) -> CountBoxConfig
fn clone(&self) -> CountBoxConfig
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 Debug for CountBoxConfig
impl Debug for CountBoxConfig
impl Copy for CountBoxConfig
Auto Trait Implementations§
impl Freeze for CountBoxConfig
impl RefUnwindSafe for CountBoxConfig
impl Send for CountBoxConfig
impl Sync for CountBoxConfig
impl Unpin for CountBoxConfig
impl UnsafeUnpin for CountBoxConfig
impl UnwindSafe for CountBoxConfig
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