pub struct EtpR { /* private fields */ }
Expand description
Value of the field ETP
Implementations§
Auto Trait Implementations§
impl Freeze for EtpR
impl RefUnwindSafe for EtpR
impl Send for EtpR
impl Sync for EtpR
impl Unpin for EtpR
impl UnwindSafe for EtpR
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