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