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