pub struct RedScience;Expand description
Trait Implementations§
Source§impl Debug for RedScience
impl Debug for RedScience
Source§impl ResourceType for RedScience
impl ResourceType for RedScience
impl Sealed for RedScience
Auto Trait Implementations§
impl Freeze for RedScience
impl RefUnwindSafe for RedScience
impl Send for RedScience
impl Sync for RedScience
impl Unpin for RedScience
impl UnwindSafe for RedScience
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