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