pub struct ResolvedBackendId(pub String);Expand description
Resolved durable backend ID discovered while initializing a workspace. This remains provider-neutral on the wire.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for ResolvedBackendId
impl Clone for ResolvedBackendId
Source§fn clone(&self) -> ResolvedBackendId
fn clone(&self) -> ResolvedBackendId
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 ResolvedBackendId
impl Debug for ResolvedBackendId
Source§impl<'de> Deserialize<'de> for ResolvedBackendId
impl<'de> Deserialize<'de> for ResolvedBackendId
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 ResolvedBackendId
Source§impl PartialEq for ResolvedBackendId
impl PartialEq for ResolvedBackendId
Source§impl Serialize for ResolvedBackendId
impl Serialize for ResolvedBackendId
impl StructuralPartialEq for ResolvedBackendId
Auto Trait Implementations§
impl Freeze for ResolvedBackendId
impl RefUnwindSafe for ResolvedBackendId
impl Send for ResolvedBackendId
impl Sync for ResolvedBackendId
impl Unpin for ResolvedBackendId
impl UnsafeUnpin for ResolvedBackendId
impl UnwindSafe for ResolvedBackendId
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