pub enum ProxyStringType {
DirectProxy(DirectProxyData),
IndirectProxy(IndirectProxyData),
}Variants§
DirectProxy(DirectProxyData)
IndirectProxy(IndirectProxyData)
Auto Trait Implementations§
impl Freeze for ProxyStringType
impl RefUnwindSafe for ProxyStringType
impl Send for ProxyStringType
impl Sync for ProxyStringType
impl Unpin for ProxyStringType
impl UnwindSafe for ProxyStringType
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