pub struct AuthenticatedSession {
pub platform: CiPlatform,
pub backend: ResolvedBackend,
}Fields§
§platform: CiPlatform§backend: ResolvedBackendAuto Trait Implementations§
impl Freeze for AuthenticatedSession
impl RefUnwindSafe for AuthenticatedSession
impl Send for AuthenticatedSession
impl Sync for AuthenticatedSession
impl Unpin for AuthenticatedSession
impl UnsafeUnpin for AuthenticatedSession
impl UnwindSafe for AuthenticatedSession
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