pub(crate) struct Sol1751 {}Expand description
1751h Maximum Number of Events That Can Be Attended
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1751
impl RefUnwindSafe for Sol1751
impl Send for Sol1751
impl Sync for Sol1751
impl Unpin for Sol1751
impl UnsafeUnpin for Sol1751
impl UnwindSafe for Sol1751
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