pub struct InterfacePathRequestLimit {
pub interface: InterfaceId,
pub created_at: InstantMillis,
pub window_start: InstantMillis,
pub window_count: u16,
pub burst: BurstState,
}Fields§
§interface: InterfaceId§created_at: InstantMillis§window_start: InstantMillis§window_count: u16§burst: BurstStateTrait Implementations§
Source§impl Clone for InterfacePathRequestLimit
impl Clone for InterfacePathRequestLimit
Source§fn clone(&self) -> InterfacePathRequestLimit
fn clone(&self) -> InterfacePathRequestLimit
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 moreimpl Copy for InterfacePathRequestLimit
Source§impl Debug for InterfacePathRequestLimit
impl Debug for InterfacePathRequestLimit
impl Eq for InterfacePathRequestLimit
impl StructuralPartialEq for InterfacePathRequestLimit
Auto Trait Implementations§
impl Freeze for InterfacePathRequestLimit
impl RefUnwindSafe for InterfacePathRequestLimit
impl Send for InterfacePathRequestLimit
impl Sync for InterfacePathRequestLimit
impl Unpin for InterfacePathRequestLimit
impl UnsafeUnpin for InterfacePathRequestLimit
impl UnwindSafe for InterfacePathRequestLimit
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