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