pub struct TaSessionBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> TaSessionBuilder<'a>
impl<'a> TaSessionBuilder<'a>
Sourcepub fn with_timeout(self, timeout: u32) -> Self
pub fn with_timeout(self, timeout: u32) -> Self
Sets a custom timeout for the session opening.
Sourcepub fn with_params(self, params: TeeParams<'a>) -> Self
pub fn with_params(self, params: TeeParams<'a>) -> Self
Sets the parameters to be passed during session opening.
Auto Trait Implementations§
impl<'a> Freeze for TaSessionBuilder<'a>
impl<'a> RefUnwindSafe for TaSessionBuilder<'a>
impl<'a> Send for TaSessionBuilder<'a>
impl<'a> Sync for TaSessionBuilder<'a>
impl<'a> Unpin for TaSessionBuilder<'a>
impl<'a> !UnwindSafe for TaSessionBuilder<'a>
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