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