pub struct beta;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for beta
impl RefUnwindSafe for beta
impl Send for beta
impl Sync for beta
impl Unpin for beta
impl UnwindSafe for beta
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