pub struct ProxyName(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProxyName
impl<'de> Deserialize<'de> for ProxyName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Structable for ProxyName
impl Structable for ProxyName
Source§fn definition(&self) -> StructDef<'_>
fn definition(&self) -> StructDef<'_>
Returns the struct’s definition. Read more
Source§impl Valuable for ProxyName
impl Valuable for ProxyName
Source§impl ValueParserFactory for ProxyName
impl ValueParserFactory for ProxyName
Source§type Parser = NameParser<ProxyName>
type Parser = NameParser<ProxyName>
Generated parser, usually
ValueParser. Read moreSource§fn value_parser() -> Self::Parser
fn value_parser() -> Self::Parser
Create the specified
Self::Parserimpl Eq for ProxyName
impl StructuralPartialEq for ProxyName
Auto Trait Implementations§
impl Freeze for ProxyName
impl RefUnwindSafe for ProxyName
impl Send for ProxyName
impl Sync for ProxyName
impl Unpin for ProxyName
impl UnwindSafe for ProxyName
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