pub struct Extperi { /* private fields */ }
Expand description
Unspecified
Implementations§
Trait Implementations§
impl Copy for Extperi
impl Eq for Extperi
impl Send for Extperi
impl StructuralPartialEq for Extperi
impl Sync for Extperi
Auto Trait Implementations§
impl Freeze for Extperi
impl RefUnwindSafe for Extperi
impl Unpin for Extperi
impl UnwindSafe for Extperi
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