pub struct CommitOptions {
pub padding: usize,
}Expand description
Commit options for padding and metadata
Fields§
§padding: usizePadding size for traffic analysis resistance
Trait Implementations§
Source§impl Clone for CommitOptions
impl Clone for CommitOptions
Source§fn clone(&self) -> CommitOptions
fn clone(&self) -> CommitOptions
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 CommitOptions
impl Debug for CommitOptions
Source§impl Default for CommitOptions
impl Default for CommitOptions
Source§fn default() -> CommitOptions
fn default() -> CommitOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommitOptions
impl RefUnwindSafe for CommitOptions
impl Send for CommitOptions
impl Sync for CommitOptions
impl Unpin for CommitOptions
impl UnwindSafe for CommitOptions
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