pub struct StreamingLink<'a> { /* private fields */ }Expand description
A struct representing an individual streaming link, built using a host and a path.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StreamingLink<'a>
impl<'a> RefUnwindSafe for StreamingLink<'a>
impl<'a> Send for StreamingLink<'a>
impl<'a> Sync for StreamingLink<'a>
impl<'a> Unpin for StreamingLink<'a>
impl<'a> UnwindSafe for StreamingLink<'a>
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