pub struct ProjectUpdateHealthType {}Auto Trait Implementations§
impl Freeze for ProjectUpdateHealthType
impl RefUnwindSafe for ProjectUpdateHealthType
impl Send for ProjectUpdateHealthType
impl Sync for ProjectUpdateHealthType
impl Unpin for ProjectUpdateHealthType
impl UnwindSafe for ProjectUpdateHealthType
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