pub struct YcControlJsApiProps { /* private fields */ }
Implementations§
Source§impl YcControlJsApiProps
impl YcControlJsApiProps
Sourcepub fn builder() -> YcControlJsApiPropsBuilder<((),)>
pub fn builder() -> YcControlJsApiPropsBuilder<((),)>
Create a builder for building YcControlJsApiProps
.
On the builder, call .call(...)
to set the values of the fields.
Finally, call .build()
to create the instance of YcControlJsApiProps
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YcControlJsApiProps
impl RefUnwindSafe for YcControlJsApiProps
impl Send for YcControlJsApiProps
impl Sync for YcControlJsApiProps
impl Unpin for YcControlJsApiProps
impl UnwindSafe for YcControlJsApiProps
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