pub struct ArgLimits {
pub max_words: usize,
pub max_word_bytes: usize,
pub max_total_bytes: usize,
}Fields§
§max_words: usize§max_word_bytes: usize§max_total_bytes: usizeTrait Implementations§
impl Copy for ArgLimits
impl Eq for ArgLimits
impl StructuralPartialEq for ArgLimits
Auto Trait Implementations§
impl Freeze for ArgLimits
impl RefUnwindSafe for ArgLimits
impl Send for ArgLimits
impl Sync for ArgLimits
impl Unpin for ArgLimits
impl UnsafeUnpin for ArgLimits
impl UnwindSafe for ArgLimits
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