pub struct BackendKeyDataParams {
pub process_id: i32,
pub secret_key: i32,
}
Fields§
§process_id: i32
§secret_key: i32
Auto Trait Implementations§
impl Freeze for BackendKeyDataParams
impl RefUnwindSafe for BackendKeyDataParams
impl Send for BackendKeyDataParams
impl Sync for BackendKeyDataParams
impl Unpin for BackendKeyDataParams
impl UnwindSafe for BackendKeyDataParams
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