pub struct UserInfo {
pub user_name: Option<String>,
pub cert: Option<String>,
}Expand description
用户信息。
对应 Java: org.ofdrw.core.crypto.encryt.UserInfo
Fields§
§user_name: Option<String>用户名。
cert: Option<String>用户证书。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserInfo
impl RefUnwindSafe for UserInfo
impl Send for UserInfo
impl Sync for UserInfo
impl Unpin for UserInfo
impl UnsafeUnpin for UserInfo
impl UnwindSafe for UserInfo
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