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