pub struct KeyConstructor { /* private fields */ }Implementations§
Source§impl KeyConstructor
impl KeyConstructor
Sourcepub fn builder() -> KeyConstructorBuilder
pub fn builder() -> KeyConstructorBuilder
Create an instance of KeyConstructor using the builder syntax
Auto Trait Implementations§
impl Freeze for KeyConstructor
impl RefUnwindSafe for KeyConstructor
impl Send for KeyConstructor
impl Sync for KeyConstructor
impl Unpin for KeyConstructor
impl UnwindSafe for KeyConstructor
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