pub struct VideoServiceEndpoints<T>(/* private fields */);Implementations§
Source§impl<T> VideoServiceEndpoints<T>
impl<T> VideoServiceEndpoints<T>
Trait Implementations§
Source§impl<O, __I, __T> Service<__I, O> for VideoServiceEndpoints<__T>
impl<O, __I, __T> Service<__I, O> for VideoServiceEndpoints<__T>
Auto Trait Implementations§
impl<T> Freeze for VideoServiceEndpoints<T>
impl<T> RefUnwindSafe for VideoServiceEndpoints<T>where
T: RefUnwindSafe,
impl<T> Send for VideoServiceEndpoints<T>
impl<T> Sync for VideoServiceEndpoints<T>
impl<T> Unpin for VideoServiceEndpoints<T>
impl<T> UnwindSafe for VideoServiceEndpoints<T>where
T: RefUnwindSafe,
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