pub struct PageCryptBuilder {
pub password: String,
pub rounds: u32,
}Expand description
Builder for PageCrypt.
Fields§
§password: StringPassword
rounds: u32Number of rounds
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 UnsafeUnpin 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