pub struct ExtendParams {
pub params: Vec<(String, String)>,
}Expand description
扩展参数。
对应 Java: org.ofdrw.core.crypto.encryt.ExtendParams
Fields§
§params: Vec<(String, String)>参数列表。
Implementations§
Trait Implementations§
Source§impl Clone for ExtendParams
impl Clone for ExtendParams
Source§fn clone(&self) -> ExtendParams
fn clone(&self) -> ExtendParams
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 ExtendParams
impl Debug for ExtendParams
Source§impl Default for ExtendParams
impl Default for ExtendParams
Source§fn default() -> ExtendParams
fn default() -> ExtendParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExtendParams
impl RefUnwindSafe for ExtendParams
impl Send for ExtendParams
impl Sync for ExtendParams
impl Unpin for ExtendParams
impl UnsafeUnpin for ExtendParams
impl UnwindSafe for ExtendParams
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