pub struct Session {
pub object_info: ObjectInfo,
}
Fields
object_info: ObjectInfo
Implementations
sourceimpl Session
impl Session
pub const fn new() -> Self
pub const fn from(object_info: ObjectInfo) -> Self
pub const fn from_handle(handle: Handle) -> Self
pub fn convert_to_domain(&mut self) -> Result<()>
pub fn get_info(&mut self) -> &mut ObjectInfo
pub fn set_info(&mut self, info: ObjectInfo)
pub fn close(&mut self)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Session
impl Send for Session
impl Sync for Session
impl Unpin for Session
impl UnwindSafe for Session
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more