pub struct PegLimitType;Expand description
PegLimitType (837).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PegLimitType
impl RefUnwindSafe for PegLimitType
impl Send for PegLimitType
impl Sync for PegLimitType
impl Unpin for PegLimitType
impl UnsafeUnpin for PegLimitType
impl UnwindSafe for PegLimitType
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