pub struct GetLive;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for GetLive
impl ApiEndpoint for GetLive
Source§type Res = CourseResponse
type Res = CourseResponse
The response type for this endpoint.
Source§type Path = CourseGetLivePath
type Path = CourseGetLivePath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetLive
impl RefUnwindSafe for GetLive
impl Send for GetLive
impl Sync for GetLive
impl Unpin for GetLive
impl UnwindSafe for GetLive
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