pub(crate) struct Sol2127;
Expand description
2127h Maximum Employees to Be Invited to a Meeting
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2127
impl RefUnwindSafe for Sol2127
impl Send for Sol2127
impl Sync for Sol2127
impl Unpin for Sol2127
impl UnwindSafe for Sol2127
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