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