pub struct EventStreamEndpoint(/* private fields */);Expand description
A short-lived bearer URL. Debug intentionally never exposes its contents.
Implementations§
Trait Implementations§
Source§impl Clone for EventStreamEndpoint
impl Clone for EventStreamEndpoint
Source§fn clone(&self) -> EventStreamEndpoint
fn clone(&self) -> EventStreamEndpoint
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 EventStreamEndpoint
impl Debug for EventStreamEndpoint
Source§impl<'de> Deserialize<'de> for EventStreamEndpoint
impl<'de> Deserialize<'de> for EventStreamEndpoint
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 EventStreamEndpoint
Source§impl JsonSchema for EventStreamEndpoint
impl JsonSchema for EventStreamEndpoint
Source§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§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§impl PartialEq for EventStreamEndpoint
impl PartialEq for EventStreamEndpoint
Source§impl Serialize for EventStreamEndpoint
impl Serialize for EventStreamEndpoint
impl StructuralPartialEq for EventStreamEndpoint
Auto Trait Implementations§
impl Freeze for EventStreamEndpoint
impl RefUnwindSafe for EventStreamEndpoint
impl Send for EventStreamEndpoint
impl Sync for EventStreamEndpoint
impl Unpin for EventStreamEndpoint
impl UnsafeUnpin for EventStreamEndpoint
impl UnwindSafe for EventStreamEndpoint
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