pub struct Phoenix<T: 'static + PhoenixTarget> { /* private fields */ }
Trait Implementations§
Source§impl<T: 'static + PhoenixTarget> Clone for Phoenix<T>
impl<T: 'static + PhoenixTarget> Clone for Phoenix<T>
Source§impl<T: 'static + PhoenixTarget> Deref for Phoenix<T>
impl<T: 'static + PhoenixTarget> Deref for Phoenix<T>
Auto Trait Implementations§
impl<T> Freeze for Phoenix<T>
impl<T> !RefUnwindSafe for Phoenix<T>
impl<T> !Send for Phoenix<T>
impl<T> !Sync for Phoenix<T>
impl<T> Unpin for Phoenix<T>where
T: Unpin,
impl<T> !UnwindSafe for Phoenix<T>
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