pub struct ReleaseFileInfo(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReleaseFileInfo
impl RefUnwindSafe for ReleaseFileInfo
impl Send for ReleaseFileInfo
impl Sync for ReleaseFileInfo
impl Unpin for ReleaseFileInfo
impl UnwindSafe for ReleaseFileInfo
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