pub struct OmpSession {
pub session_id: String,
pub initial_state: State,
pub metadata: State,
pub run_id: Option<String>,
}Fields§
§session_id: String§initial_state: State§metadata: State§run_id: Option<String>Trait Implementations§
Source§impl Clone for OmpSession
impl Clone for OmpSession
Source§fn clone(&self) -> OmpSession
fn clone(&self) -> OmpSession
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OmpSession
impl Debug for OmpSession
Source§impl Default for OmpSession
impl Default for OmpSession
Source§fn default() -> OmpSession
fn default() -> OmpSession
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OmpSession
impl RefUnwindSafe for OmpSession
impl Send for OmpSession
impl Sync for OmpSession
impl Unpin for OmpSession
impl UnsafeUnpin for OmpSession
impl UnwindSafe for OmpSession
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