pub struct EIMZO<State> { /* private fields */ }Implementations§
Source§impl EIMZO<Connected>
impl EIMZO<Connected>
pub fn list_all_certificates(&mut self) -> Result<Vec<Certificate>>
Auto Trait Implementations§
impl<State> !Freeze for EIMZO<State>
impl<State> RefUnwindSafe for EIMZO<State>where
State: RefUnwindSafe,
impl<State> Send for EIMZO<State>where
State: Send,
impl<State> Sync for EIMZO<State>where
State: Sync,
impl<State> Unpin for EIMZO<State>where
State: Unpin,
impl<State> UnwindSafe for EIMZO<State>where
State: UnwindSafe,
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