pub struct EndpointBuilder { /* private fields */ }Implementations§
Source§impl EndpointBuilder
impl EndpointBuilder
pub fn protocol(self, protocol: impl Into<String>) -> Self
pub fn namespace(self, namespace: impl Into<String>) -> Self
pub fn arg(self, arg: impl Into<String>) -> Self
pub fn args<I, S>(self, args: I) -> Self
pub fn supports_streaming(self, supports_streaming: bool) -> Self
pub fn managed_by_plugin(self, managed_by_plugin: bool) -> Self
Trait Implementations§
Source§impl Clone for EndpointBuilder
impl Clone for EndpointBuilder
Source§fn clone(&self) -> EndpointBuilder
fn clone(&self) -> EndpointBuilder
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 EndpointBuilder
impl Debug for EndpointBuilder
Source§impl From<EndpointBuilder> for ManifestEntry
impl From<EndpointBuilder> for ManifestEntry
Source§fn from(value: EndpointBuilder) -> Self
fn from(value: EndpointBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EndpointBuilder
impl RefUnwindSafe for EndpointBuilder
impl Send for EndpointBuilder
impl Sync for EndpointBuilder
impl Unpin for EndpointBuilder
impl UnsafeUnpin for EndpointBuilder
impl UnwindSafe for EndpointBuilder
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