pub struct TerminalId(pub Arc<str>);
Tuple Fields§
§0: Arc<str>
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 Display for TerminalId
impl Display for TerminalId
Source§impl Hash for TerminalId
impl Hash for TerminalId
Source§impl JsonSchema for TerminalId
impl JsonSchema for TerminalId
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref
keyword. Read moreSource§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§impl PartialEq for TerminalId
impl PartialEq for TerminalId
Source§impl Serialize for TerminalId
impl Serialize for TerminalId
impl Eq 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