pub enum EtfAttrs {
Parms(PushTcEtfQopt),
}Available on crate feature
tc only.Variants§
Parms(PushTcEtfQopt)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtfAttrs
impl RefUnwindSafe for EtfAttrs
impl Send for EtfAttrs
impl Sync for EtfAttrs
impl Unpin for EtfAttrs
impl UnwindSafe for EtfAttrs
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