Struct xstack_circuit::Limit
source · pub struct Limit {
pub duration: Option<Duration>,
pub data: Option<usize>,
}
Expand description
provides information about the limits applied by the relay in relayed connection
Fields§
§duration: Option<Duration>
the maximum duration of a relayed connection in seconds; if None, there is no limit applied
data: Option<usize>
the maximum number of bytes allowed to be transmitted in each direction; if None there is no limit applied
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Limit
impl RefUnwindSafe for Limit
impl Send for Limit
impl Sync for Limit
impl Unpin for Limit
impl UnwindSafe for Limit
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)