pub struct GetLive;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for GetLive
impl ApiEndpoint for GetLive
Source§type Path = ModuleGetLivePath
type Path = ModuleGetLivePath
The path type for this endpoint.
Source§type Res = ModuleResponse
type Res = ModuleResponse
The response 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