pub struct ProcessingUrl(/* private fields */);Trait Implementations§
Source§impl Clone for ProcessingUrl
impl Clone for ProcessingUrl
Source§fn clone(&self) -> ProcessingUrl
fn clone(&self) -> ProcessingUrl
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 ProcessingUrl
impl Debug for ProcessingUrl
Source§impl<'de> Deserialize<'de> for ProcessingUrl
impl<'de> Deserialize<'de> for ProcessingUrl
Source§fn deserialize<D>(
deserializer: D,
) -> Result<ProcessingUrl, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<ProcessingUrl, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl ModelField<String> for ProcessingUrl
impl ModelField<String> for ProcessingUrl
Source§impl Serialize for ProcessingUrl
impl Serialize for ProcessingUrl
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for ProcessingUrl
impl RefUnwindSafe for ProcessingUrl
impl Send for ProcessingUrl
impl Sync for ProcessingUrl
impl Unpin for ProcessingUrl
impl UnsafeUnpin for ProcessingUrl
impl UnwindSafe for ProcessingUrl
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