pub enum NetworkRateLimitDirection {
Egress,
Ingress,
}Expand description
Sandbox-relative direction governed by a network rate limiter.
Variants§
Trait Implementations§
Source§impl Clone for NetworkRateLimitDirection
impl Clone for NetworkRateLimitDirection
Source§fn clone(&self) -> NetworkRateLimitDirection
fn clone(&self) -> NetworkRateLimitDirection
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 NetworkRateLimitDirection
Source§impl Debug for NetworkRateLimitDirection
impl Debug for NetworkRateLimitDirection
Source§impl Display for NetworkRateLimitDirection
impl Display for NetworkRateLimitDirection
impl Eq for NetworkRateLimitDirection
impl StructuralPartialEq for NetworkRateLimitDirection
Auto Trait Implementations§
impl Freeze for NetworkRateLimitDirection
impl RefUnwindSafe for NetworkRateLimitDirection
impl Send for NetworkRateLimitDirection
impl Sync for NetworkRateLimitDirection
impl Unpin for NetworkRateLimitDirection
impl UnsafeUnpin for NetworkRateLimitDirection
impl UnwindSafe for NetworkRateLimitDirection
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