pub struct ShortEndpointConfig { /* private fields */ }Expand description
Schema definition for endpoint config that only includes the stream field.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShortEndpointConfig
impl RefUnwindSafe for ShortEndpointConfig
impl Send for ShortEndpointConfig
impl Sync for ShortEndpointConfig
impl Unpin for ShortEndpointConfig
impl UnwindSafe for ShortEndpointConfig
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