pub struct ResolutionLimits {
pub timeout: Duration,
}Expand description
Bounded controls applied before any Bundle files are copied.
Fields§
§timeout: DurationMaximum time allowed for this resolution operation.
Trait Implementations§
Source§impl Clone for ResolutionLimits
impl Clone for ResolutionLimits
Source§fn clone(&self) -> ResolutionLimits
fn clone(&self) -> ResolutionLimits
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 ResolutionLimits
Source§impl Debug for ResolutionLimits
impl Debug for ResolutionLimits
Auto Trait Implementations§
impl Freeze for ResolutionLimits
impl RefUnwindSafe for ResolutionLimits
impl Send for ResolutionLimits
impl Sync for ResolutionLimits
impl Unpin for ResolutionLimits
impl UnsafeUnpin for ResolutionLimits
impl UnwindSafe for ResolutionLimits
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