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