pub struct PageCryptBuilder {
pub password: String,
pub rounds: u32,
}
Expand description
Builder for PageCrypt
.
Fields§
§password: String
Password
rounds: u32
Number of rounds
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageCryptBuilder
impl RefUnwindSafe for PageCryptBuilder
impl Send for PageCryptBuilder
impl Sync for PageCryptBuilder
impl Unpin for PageCryptBuilder
impl UnwindSafe for PageCryptBuilder
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