From 5e7b831d1797b8b39ad868c4d7d53eac86f40dac Mon Sep 17 00:00:00 2001 From: mhammond Date: Fri, 24 May 2024 13:55:30 +0000 Subject: [PATCH] Built artifacts of a45d889a3 [ci skip] --- .../bindings/kotlin/gen_kotlin/struct.KotlinWrapper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internals/api/uniffi_bindgen/bindings/kotlin/gen_kotlin/struct.KotlinWrapper.html b/internals/api/uniffi_bindgen/bindings/kotlin/gen_kotlin/struct.KotlinWrapper.html index 124ea4dc6b..41bdbe4211 100644 --- a/internals/api/uniffi_bindgen/bindings/kotlin/gen_kotlin/struct.KotlinWrapper.html +++ b/internals/api/uniffi_bindgen/bindings/kotlin/gen_kotlin/struct.KotlinWrapper.html @@ -4,7 +4,7 @@ ci: &'a ComponentInterface, type_helper_code: String, type_imports: BTreeSet<ImportRequirement>, -}

Fields§

§config: Config§ci: &'a ComponentInterface§type_helper_code: String§type_imports: BTreeSet<ImportRequirement>

Implementations§

source§

impl<'a> KotlinWrapper<'a>

source

pub fn new(config: Config, ci: &'a ComponentInterface) -> Self

source

pub fn initialization_fns(&self) -> Vec<String>

source

pub fn imports(&self) -> Vec<ImportRequirement>

Trait Implementations§

source§

impl<'a> Display for KotlinWrapper<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> Template for KotlinWrapper<'a>

source§

fn render_into(&self, writer: &mut (impl Write + ?Sized)) -> Result<()>

Renders the template to the given writer fmt buffer
source§

const EXTENSION: Option<&'static str> = _

The template’s extension, if provided
source§

const SIZE_HINT: usize = 17_301usize

Provides a conservative estimate of the expanded length of the rendered template
source§

const MIME_TYPE: &'static str = "application/octet-stream"

The MIME type (Content-Type) of the data that gets rendered by this Template
§

fn render(&self) -> Result<String, Error>

Helper method which allocates a new String and renders into it
§

fn write_into(&self, writer: &mut (impl Write + ?Sized)) -> Result<(), Error>

Renders the template to the given writer io buffer

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for KotlinWrapper<'a>

§

impl<'a> Send for KotlinWrapper<'a>

§

impl<'a> Sync for KotlinWrapper<'a>

§

impl<'a> Unpin for KotlinWrapper<'a>

§

impl<'a> UnwindSafe for KotlinWrapper<'a>

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§config: Config§ci: &'a ComponentInterface§type_helper_code: String§type_imports: BTreeSet<ImportRequirement>

Implementations§

source§

impl<'a> KotlinWrapper<'a>

source

pub fn new(config: Config, ci: &'a ComponentInterface) -> Self

source

pub fn initialization_fns(&self) -> Vec<String>

source

pub fn imports(&self) -> Vec<ImportRequirement>

Trait Implementations§

source§

impl<'a> Display for KotlinWrapper<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> Template for KotlinWrapper<'a>

source§

fn render_into(&self, writer: &mut (impl Write + ?Sized)) -> Result<()>

Renders the template to the given writer fmt buffer
source§

const EXTENSION: Option<&'static str> = _

The template’s extension, if provided
source§

const SIZE_HINT: usize = 17_298usize

Provides a conservative estimate of the expanded length of the rendered template
source§

const MIME_TYPE: &'static str = "application/octet-stream"

The MIME type (Content-Type) of the data that gets rendered by this Template
§

fn render(&self) -> Result<String, Error>

Helper method which allocates a new String and renders into it
§

fn write_into(&self, writer: &mut (impl Write + ?Sized)) -> Result<(), Error>

Renders the template to the given writer io buffer

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for KotlinWrapper<'a>

§

impl<'a> Send for KotlinWrapper<'a>

§

impl<'a> Sync for KotlinWrapper<'a>

§

impl<'a> Unpin for KotlinWrapper<'a>

§

impl<'a> UnwindSafe for KotlinWrapper<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> DynTemplate for T
where