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