pub struct JigCodeSessions;
Expand description
list sessions of code
Trait Implementations§
Source§impl ApiEndpoint for JigCodeSessions
impl ApiEndpoint for JigCodeSessions
Source§type Path = JigCodeSessionsPath
type Path = JigCodeSessionsPath
The path type for this endpoint.
Source§type Res = JigCodeSessionsListResponse
type Res = JigCodeSessionsListResponse
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 JigCodeSessions
impl RefUnwindSafe for JigCodeSessions
impl Send for JigCodeSessions
impl Sync for JigCodeSessions
impl Unpin for JigCodeSessions
impl UnwindSafe for JigCodeSessions
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