pub struct YcControlJsApiPropsBuilder<TypedBuilderFields = ((),)> { /* private fields */ }
Expand description
Builder for YcControlJsApiProps
instances.
See YcControlJsApiProps::builder()
for more info.
Implementations§
Source§impl YcControlJsApiPropsBuilder<((),)>
impl YcControlJsApiPropsBuilder<((),)>
Source§impl YcControlJsApiPropsBuilder<((String,),)>
impl YcControlJsApiPropsBuilder<((String,),)>
Sourcepub fn build(self) -> YcControlJsApiProps
pub fn build(self) -> YcControlJsApiProps
Finalise the builder and create its YcControlJsApiProps
instance
Trait Implementations§
Auto Trait Implementations§
impl<TypedBuilderFields> Freeze for YcControlJsApiPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Freeze,
impl<TypedBuilderFields> RefUnwindSafe for YcControlJsApiPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: RefUnwindSafe,
impl<TypedBuilderFields> Send for YcControlJsApiPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Send,
impl<TypedBuilderFields> Sync for YcControlJsApiPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Sync,
impl<TypedBuilderFields> Unpin for YcControlJsApiPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Unpin,
impl<TypedBuilderFields> UnwindSafe for YcControlJsApiPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: UnwindSafe,
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