pub struct TransitSignParams {
pub hash_algorithm: Option<String>,
pub signature_algorithm: Option<String>,
pub marshaling_algorithm: Option<String>,
pub prehashed: Option<bool>,
pub salt_length: Option<String>,
}Fields§
§hash_algorithm: Option<String>§signature_algorithm: Option<String>§marshaling_algorithm: Option<String>§prehashed: Option<bool>§salt_length: Option<String>Trait Implementations§
Source§impl Clone for TransitSignParams
impl Clone for TransitSignParams
Source§fn clone(&self) -> TransitSignParams
fn clone(&self) -> TransitSignParams
Returns a duplicate of the value. Read more
1.0.0 · 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 TransitSignParams
impl Debug for TransitSignParams
Source§impl Default for TransitSignParams
impl Default for TransitSignParams
Source§fn default() -> TransitSignParams
fn default() -> TransitSignParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransitSignParams
impl RefUnwindSafe for TransitSignParams
impl Send for TransitSignParams
impl Sync for TransitSignParams
impl Unpin for TransitSignParams
impl UnsafeUnpin for TransitSignParams
impl UnwindSafe for TransitSignParams
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