pub struct AppliedProxy { /* private fields */ }Expand description
In-memory rollback guard for compatibility --sys.
Implementations§
Source§impl AppliedProxy
impl AppliedProxy
Trait Implementations§
Source§impl Drop for AppliedProxy
impl Drop for AppliedProxy
Auto Trait Implementations§
impl Freeze for AppliedProxy
impl RefUnwindSafe for AppliedProxy
impl Send for AppliedProxy
impl Sync for AppliedProxy
impl Unpin for AppliedProxy
impl UnsafeUnpin for AppliedProxy
impl UnwindSafe for AppliedProxy
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