pub struct Released {}
Trait Implementations§
impl StructuralPartialEq for Released
Auto Trait Implementations§
impl Freeze for Released
impl RefUnwindSafe for Released
impl Send for Released
impl Sync for Released
impl Unpin for Released
impl UnwindSafe for Released
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