pub enum PortableUrlTemplatePart {
Literal(String),
FieldRef(String),
}Variants§
Trait Implementations§
Source§impl Clone for PortableUrlTemplatePart
impl Clone for PortableUrlTemplatePart
Source§fn clone(&self) -> PortableUrlTemplatePart
fn clone(&self) -> PortableUrlTemplatePart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PortableUrlTemplatePart
impl Debug for PortableUrlTemplatePart
Source§impl<'de> Deserialize<'de> for PortableUrlTemplatePart
impl<'de> Deserialize<'de> for PortableUrlTemplatePart
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
impl Eq for PortableUrlTemplatePart
Source§impl Hash for PortableUrlTemplatePart
impl Hash for PortableUrlTemplatePart
Source§impl PartialEq for PortableUrlTemplatePart
impl PartialEq for PortableUrlTemplatePart
Source§impl Serialize for PortableUrlTemplatePart
impl Serialize for PortableUrlTemplatePart
impl StructuralPartialEq for PortableUrlTemplatePart
Auto Trait Implementations§
impl Freeze for PortableUrlTemplatePart
impl RefUnwindSafe for PortableUrlTemplatePart
impl Send for PortableUrlTemplatePart
impl Sync for PortableUrlTemplatePart
impl Unpin for PortableUrlTemplatePart
impl UnsafeUnpin for PortableUrlTemplatePart
impl UnwindSafe for PortableUrlTemplatePart
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