pub struct RecordCurrentResponse {
pub session: Option<RecordingSessionInfo>,
}Fields§
§session: Option<RecordingSessionInfo>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecordCurrentResponse
impl RefUnwindSafe for RecordCurrentResponse
impl Send for RecordCurrentResponse
impl Sync for RecordCurrentResponse
impl Unpin for RecordCurrentResponse
impl UnsafeUnpin for RecordCurrentResponse
impl UnwindSafe for RecordCurrentResponse
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