pub struct ConfigParam43;Expand description
Size limits.
Contains a SizeLimitsConfig.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam43
impl<'a> KnownConfigParam<'a> for ConfigParam43
Source§type Value = SizeLimitsConfig
type Value = SizeLimitsConfig
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam43 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam43 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam43
impl RefUnwindSafe for ConfigParam43
impl Send for ConfigParam43
impl Sync for ConfigParam43
impl Unpin for ConfigParam43
impl UnwindSafe for ConfigParam43
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