pub struct ConnectionIdForUrl(/* private fields */);Trait Implementations§
Source§impl Clone for ConnectionIdForUrl
impl Clone for ConnectionIdForUrl
Source§fn clone(&self) -> ConnectionIdForUrl
fn clone(&self) -> ConnectionIdForUrl
Returns a duplicate 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 ConnectionIdForUrl
impl Debug for ConnectionIdForUrl
Source§impl<'de> Deserialize<'de> for ConnectionIdForUrl
impl<'de> Deserialize<'de> for ConnectionIdForUrl
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 ConnectionIdForUrl
Available on crate feature serde only.
impl<'de> Deserialize<'de> for ConnectionIdForUrl
Available on crate feature
serde only.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<ConnectionId> for ConnectionIdForUrl
impl From<ConnectionId> for ConnectionIdForUrl
Source§fn from(addr: ConnectionId) -> Self
fn from(addr: ConnectionId) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionIdForUrl> for ConnectionId
impl From<ConnectionIdForUrl> for ConnectionId
Source§fn from(addr: ConnectionIdForUrl) -> Self
fn from(addr: ConnectionIdForUrl) -> Self
Converts to this type from the input type.
Source§impl GroundSpacetimeType for ConnectionIdForUrl
impl GroundSpacetimeType for ConnectionIdForUrl
Source§fn get_type() -> AlgebraicType
fn get_type() -> AlgebraicType
Returns the
AlgebraicType representation of Self.Source§impl Hash for ConnectionIdForUrl
impl Hash for ConnectionIdForUrl
Source§impl PartialEq for ConnectionIdForUrl
impl PartialEq for ConnectionIdForUrl
Source§impl Serialize for ConnectionIdForUrl
impl Serialize for ConnectionIdForUrl
Source§impl Serialize for ConnectionIdForUrl
Available on crate feature serde only.
impl Serialize for ConnectionIdForUrl
Available on crate feature
serde only.Source§impl SpacetimeType for ConnectionIdForUrl
impl SpacetimeType for ConnectionIdForUrl
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. This is used by the
automatic type registration system in Rust modules. Read moreimpl Copy for ConnectionIdForUrl
impl Eq for ConnectionIdForUrl
impl StructuralPartialEq for ConnectionIdForUrl
Auto Trait Implementations§
impl Freeze for ConnectionIdForUrl
impl RefUnwindSafe for ConnectionIdForUrl
impl Send for ConnectionIdForUrl
impl Sync for ConnectionIdForUrl
impl Unpin for ConnectionIdForUrl
impl UnwindSafe for ConnectionIdForUrl
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<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: &PsqlType<'_>,
) -> Result<(), Error>
fn fmt_psql( &self, f: &mut Formatter<'_>, ty: &PsqlType<'_>, ) -> Result<(), Error>
Formats the value using the postgres SATN(PsqlFormatter { f }, /* PsqlType */) 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.