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