pub struct DebuggableOptionUninPackage(pub Option<UninPackage>);Tuple Fields§
§0: Option<UninPackage>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebuggableOptionUninPackage
impl RefUnwindSafe for DebuggableOptionUninPackage
impl Send for DebuggableOptionUninPackage
impl Sync for DebuggableOptionUninPackage
impl Unpin for DebuggableOptionUninPackage
impl UnsafeUnpin for DebuggableOptionUninPackage
impl UnwindSafe for DebuggableOptionUninPackage
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