Struct switchboard_common::sgx::gramine::Gramine
source · pub struct Gramine;
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Gramine
impl Send for Gramine
impl Sync for Gramine
impl Unpin for Gramine
impl UnwindSafe for Gramine
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