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