pub struct TerminalId(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for TerminalId
impl Clone for TerminalId
Source§fn clone(&self) -> TerminalId
fn clone(&self) -> TerminalId
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 TerminalId
impl Debug for TerminalId
Source§impl<'de> Deserialize<'de> for TerminalId
impl<'de> Deserialize<'de> for TerminalId
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<&str> for TerminalId
impl From<&str> for TerminalId
Source§impl From<String> for TerminalId
impl From<String> for TerminalId
Source§impl IntoID<TerminalId> for Terminal
impl IntoID<TerminalId> for Terminal
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<TerminalId, DaggerError>> + Send>>
Source§impl IntoID<TerminalId> for TerminalId
impl IntoID<TerminalId> for TerminalId
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<TerminalId, DaggerError>> + Send>>
Source§impl PartialEq for TerminalId
impl PartialEq for TerminalId
Source§impl Serialize for TerminalId
impl Serialize for TerminalId
impl StructuralPartialEq for TerminalId
Auto Trait Implementations§
impl Freeze for TerminalId
impl RefUnwindSafe for TerminalId
impl Send for TerminalId
impl Sync for TerminalId
impl Unpin for TerminalId
impl UnwindSafe for TerminalId
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