pub struct ResourceLimits {
pub max_total_size: u64,
pub max_file_size: u64,
pub max_entry_count: u64,
pub max_path_length: usize,
pub max_path_depth: usize,
pub max_symlink_target: usize,
}Fields§
§max_total_size: u64§max_file_size: u64§max_entry_count: u64§max_path_length: usize§max_path_depth: usize§max_symlink_target: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResourceLimits
impl RefUnwindSafe for ResourceLimits
impl Send for ResourceLimits
impl Sync for ResourceLimits
impl Unpin for ResourceLimits
impl UnsafeUnpin for ResourceLimits
impl UnwindSafe for ResourceLimits
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