pub struct isEmployee;Trait Implementations§
Source§impl Field for isEmployee
impl Field for isEmployee
Auto Trait Implementations§
impl Freeze for isEmployee
impl RefUnwindSafe for isEmployee
impl Send for isEmployee
impl Sync for isEmployee
impl Unpin for isEmployee
impl UnwindSafe for isEmployee
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