pub struct AddressForUrl(/* private fields */);Trait Implementations§
Source§impl Clone for AddressForUrl
impl Clone for AddressForUrl
Source§fn clone(&self) -> AddressForUrl
fn clone(&self) -> AddressForUrl
Returns a copy of the value. Read more
1.0.0 · 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 AddressForUrl
impl Debug for AddressForUrl
Source§impl<'de> Deserialize<'de> for AddressForUrl
impl<'de> Deserialize<'de> for AddressForUrl
Source§fn deserialize<D: Deserializer<'de>>(de: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(de: D) -> Result<Self, D::Error>
Deserialize this value from the given
deserializer.Source§impl<'de> Deserialize<'de> for AddressForUrl
impl<'de> Deserialize<'de> for AddressForUrl
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 From<Address> for AddressForUrl
impl From<Address> for AddressForUrl
Source§impl From<AddressForUrl> for Address
impl From<AddressForUrl> for Address
Source§fn from(addr: AddressForUrl) -> Self
fn from(addr: AddressForUrl) -> Self
Converts to this type from the input type.
Source§impl GroundSpacetimeType for AddressForUrl
impl GroundSpacetimeType for AddressForUrl
Source§fn get_type() -> AlgebraicType
fn get_type() -> AlgebraicType
Returns the
AlgebraicType representation of Self.Source§impl Hash for AddressForUrl
impl Hash for AddressForUrl
Source§impl PartialEq for AddressForUrl
impl PartialEq for AddressForUrl
Source§impl Serialize for AddressForUrl
impl Serialize for AddressForUrl
Source§impl Serialize for AddressForUrl
impl Serialize for AddressForUrl
Source§impl SpacetimeType for AddressForUrl
impl SpacetimeType for AddressForUrl
Source§fn make_type<S: TypespaceBuilder>(_ts: &mut S) -> AlgebraicType
fn make_type<S: TypespaceBuilder>(_ts: &mut S) -> AlgebraicType
Returns an
AlgebraicType representing the type for Self in SATS
and in the typing context in typespace.impl Copy for AddressForUrl
impl Eq for AddressForUrl
impl StructuralPartialEq for AddressForUrl
Auto Trait Implementations§
impl Freeze for AddressForUrl
impl RefUnwindSafe for AddressForUrl
impl Send for AddressForUrl
impl Sync for AddressForUrl
impl Unpin for AddressForUrl
impl UnwindSafe for AddressForUrl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Satn for T
impl<T> Satn for T
Source§fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>
Formats the value using the SATN data format into the formatter
f.Source§fn fmt_psql(&self, f: &mut Formatter<'_>, ty: &ProductType) -> Result<(), Error>
fn fmt_psql(&self, f: &mut Formatter<'_>, ty: &ProductType) -> Result<(), Error>
Formats the value using the postgres SATN(SatnFormatter { f }, /* AlgebraicType */) formatter
f.Source§fn to_satn(&self) -> String
fn to_satn(&self) -> String
Formats the value using the SATN data format into the returned
String.Source§fn to_satn_pretty(&self) -> String
fn to_satn_pretty(&self) -> String
Pretty prints the value using the SATN data format into the returned
String.