pub(crate) struct CopyInsertContainer {
pub(crate) patch_first: bool,
pub(crate) support: Path,
}Fields§
§patch_first: bool§support: PathAuto Trait Implementations§
impl Freeze for CopyInsertContainer
impl RefUnwindSafe for CopyInsertContainer
impl !Send for CopyInsertContainer
impl !Sync for CopyInsertContainer
impl Unpin for CopyInsertContainer
impl UnsafeUnpin for CopyInsertContainer
impl UnwindSafe for CopyInsertContainer
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