pub struct NoLongerAvailableMarker { /* private fields */ }Expand description
This is a marker for methods that have been removed in the most recent version of ArcShift.
Any methods that take this type as parameters, is completely impossible to call. This is by design. The methods have been kept, to hopefully make migration easier.
Auto Trait Implementations§
impl Freeze for NoLongerAvailableMarker
impl RefUnwindSafe for NoLongerAvailableMarker
impl Send for NoLongerAvailableMarker
impl Sync for NoLongerAvailableMarker
impl Unpin for NoLongerAvailableMarker
impl UnwindSafe for NoLongerAvailableMarker
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