pub struct ReleaseManager { /* private fields */ }Expand description
Release manager.
Implementations§
Auto Trait Implementations§
impl Freeze for ReleaseManager
impl RefUnwindSafe for ReleaseManager
impl Send for ReleaseManager
impl Sync for ReleaseManager
impl Unpin for ReleaseManager
impl UnsafeUnpin for ReleaseManager
impl UnwindSafe for ReleaseManager
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