pub enum Services {
Crypt(CryptRequestStream),
CryptManagement(CryptManagementRequestStream),
}Variants§
Crypt(CryptRequestStream)
CryptManagement(CryptManagementRequestStream)
Auto Trait Implementations§
impl !RefUnwindSafe for Services
impl !UnwindSafe for Services
impl Freeze for Services
impl Send for Services
impl Sync for Services
impl Unpin for Services
impl UnsafeUnpin for Services
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