pub struct ElderRay { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElderRay
impl RefUnwindSafe for ElderRay
impl Send for ElderRay
impl Sync for ElderRay
impl Unpin for ElderRay
impl UnsafeUnpin for ElderRay
impl UnwindSafe for ElderRay
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