pub struct DeprecatedStruct;๐Deprecated since 1.26.0: deprecated
Auto Trait Implementationsยง
impl Freeze for DeprecatedStruct
impl RefUnwindSafe for DeprecatedStruct
impl Send for DeprecatedStruct
impl Sync for DeprecatedStruct
impl Unpin for DeprecatedStruct
impl UnwindSafe for DeprecatedStruct
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