pub struct Encryptions {
pub items: Vec<String>,
}Expand description
加密信息列表。
对应 Java: org.ofdrw.core.crypto.encryt.Encryptions
Fields§
§items: Vec<String>加密信息列表。
Implementations§
Trait Implementations§
Source§impl Clone for Encryptions
impl Clone for Encryptions
Source§fn clone(&self) -> Encryptions
fn clone(&self) -> Encryptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Encryptions
impl Debug for Encryptions
Source§impl Default for Encryptions
impl Default for Encryptions
Source§fn default() -> Encryptions
fn default() -> Encryptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Encryptions
impl RefUnwindSafe for Encryptions
impl Send for Encryptions
impl Sync for Encryptions
impl Unpin for Encryptions
impl UnsafeUnpin for Encryptions
impl UnwindSafe for Encryptions
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