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