Struct spacetimedb_lib::address::AddressForUrl
source · 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 Hash for AddressForUrl
impl Hash for AddressForUrl
source§impl PartialEq for AddressForUrl
impl PartialEq for AddressForUrl
source§fn eq(&self, other: &AddressForUrl) -> bool
fn eq(&self, other: &AddressForUrl) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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 StructuralEq for AddressForUrl
impl StructuralPartialEq for AddressForUrl
Auto Trait Implementations§
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Satn for Twhere
T: Serialize + ?Sized,
impl<T> Satn for Twhere T: Serialize + ?Sized,
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<'_>) -> Result<(), Error>
fn fmt_psql(&self, f: &mut Formatter<'_>) -> Result<(), Error>
Formats the value using the postgres SATN data format into the 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.