pub struct StateWorkspaceLimits {
pub max_file_bytes: usize,
pub max_total_bytes: u64,
pub max_entries: u64,
pub max_result_bytes: usize,
}Fields§
§max_file_bytes: usize§max_total_bytes: u64§max_entries: u64§max_result_bytes: usizeTrait Implementations§
Source§impl Clone for StateWorkspaceLimits
impl Clone for StateWorkspaceLimits
Source§fn clone(&self) -> StateWorkspaceLimits
fn clone(&self) -> StateWorkspaceLimits
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 moreSource§impl Debug for StateWorkspaceLimits
impl Debug for StateWorkspaceLimits
Source§impl Default for StateWorkspaceLimits
impl Default for StateWorkspaceLimits
Source§impl PartialEq for StateWorkspaceLimits
impl PartialEq for StateWorkspaceLimits
Source§fn eq(&self, other: &StateWorkspaceLimits) -> bool
fn eq(&self, other: &StateWorkspaceLimits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StateWorkspaceLimits
impl Eq for StateWorkspaceLimits
impl StructuralPartialEq for StateWorkspaceLimits
Auto Trait Implementations§
impl Freeze for StateWorkspaceLimits
impl RefUnwindSafe for StateWorkspaceLimits
impl Send for StateWorkspaceLimits
impl Sync for StateWorkspaceLimits
impl Unpin for StateWorkspaceLimits
impl UnsafeUnpin for StateWorkspaceLimits
impl UnwindSafe for StateWorkspaceLimits
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.