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