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