From 80088bc24513f7b91748121ed1df5701a0031630 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:19:18 -0500 Subject: [PATCH] un-export --- rust-whisper-lib/src/lib.rs | 4 ++-- .../target/doc/rust_whisper_lib/all.html | 2 +- .../target/doc/rust_whisper_lib/index.html | 2 +- .../doc/rust_whisper_lib/sidebar-items.js | 2 +- .../rust_whisper_lib/struct.AWhispered.html | 18 ------------------ .../doc/rust_whisper_lib/struct.Whispered.html | 4 +--- 6 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 rust-whisper-lib/target/doc/rust_whisper_lib/struct.AWhispered.html diff --git a/rust-whisper-lib/src/lib.rs b/rust-whisper-lib/src/lib.rs index 0c56b93..622b810 100644 --- a/rust-whisper-lib/src/lib.rs +++ b/rust-whisper-lib/src/lib.rs @@ -249,11 +249,11 @@ struct AWhisper { #[derive(Clone, Debug)] pub struct Whispered { - pub data: Vec, + data: Vec, } #[derive(Clone, Debug)] -pub struct AWhispered { +struct AWhispered { pub data: String, pub offset: i64, pub length: i64, diff --git a/rust-whisper-lib/target/doc/rust_whisper_lib/all.html b/rust-whisper-lib/target/doc/rust_whisper_lib/all.html index b58fb49..97e2a45 100644 --- a/rust-whisper-lib/target/doc/rust_whisper_lib/all.html +++ b/rust-whisper-lib/target/doc/rust_whisper_lib/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Functions

\ No newline at end of file +List of all items in this crate

List of all items

Structs

Functions

\ No newline at end of file diff --git a/rust-whisper-lib/target/doc/rust_whisper_lib/index.html b/rust-whisper-lib/target/doc/rust_whisper_lib/index.html index 9015392..aff0935 100644 --- a/rust-whisper-lib/target/doc/rust_whisper_lib/index.html +++ b/rust-whisper-lib/target/doc/rust_whisper_lib/index.html @@ -1 +1 @@ -rust_whisper_lib - Rust
\ No newline at end of file +rust_whisper_lib - Rust
\ No newline at end of file diff --git a/rust-whisper-lib/target/doc/rust_whisper_lib/sidebar-items.js b/rust-whisper-lib/target/doc/rust_whisper_lib/sidebar-items.js index dc10cf0..28f43de 100644 --- a/rust-whisper-lib/target/doc/rust_whisper_lib/sidebar-items.js +++ b/rust-whisper-lib/target/doc/rust_whisper_lib/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"fn":["main"],"struct":["AWhispered","Flags","Whispered"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"fn":["main"],"struct":["Flags","Whispered"]}; \ No newline at end of file diff --git a/rust-whisper-lib/target/doc/rust_whisper_lib/struct.AWhispered.html b/rust-whisper-lib/target/doc/rust_whisper_lib/struct.AWhispered.html deleted file mode 100644 index 5946088..0000000 --- a/rust-whisper-lib/target/doc/rust_whisper_lib/struct.AWhispered.html +++ /dev/null @@ -1,18 +0,0 @@ -AWhispered in rust_whisper_lib - Rust
pub struct AWhispered {
-    pub data: String,
-    pub offset: i64,
-    pub length: i64,
-}

Fields§

§data: String§offset: i64§length: i64

Trait Implementations§

source§

impl Clone for AWhispered

source§

fn clone(&self) -> AWhispered

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AWhispered

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere - T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<S> FromSample<S> for S

source§

fn from_sample_(s: S) -> S

source§

impl<T, U> Into<U> for Twhere - U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

-

That is, this conversion is whatever the implementation of -From<T> for U chooses to do.

-
source§

impl<T> ToOwned for Twhere - T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> ToSample<U> for Twhere - U: FromSample<T>,

source§

fn to_sample_(self) -> U

source§

impl<T, U> TryFrom<U> for Twhere - U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<S, T> Duplex<S> for Twhere - T: FromSample<S> + ToSample<S>,

\ No newline at end of file diff --git a/rust-whisper-lib/target/doc/rust_whisper_lib/struct.Whispered.html b/rust-whisper-lib/target/doc/rust_whisper_lib/struct.Whispered.html index af82960..03e4fcf 100644 --- a/rust-whisper-lib/target/doc/rust_whisper_lib/struct.Whispered.html +++ b/rust-whisper-lib/target/doc/rust_whisper_lib/struct.Whispered.html @@ -1,6 +1,4 @@ -Whispered in rust_whisper_lib - Rust
pub struct Whispered {
-    pub data: Vec<AWhispered>,
-}

Fields§

§data: Vec<AWhispered>

Implementations§

Trait Implementations§

source§

impl Clone for Whispered

source§

fn clone(&self) -> Whispered

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Whispered

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +Whispered in rust_whisper_lib - Rust
pub struct Whispered { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl Clone for Whispered

source§

fn clone(&self) -> Whispered

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Whispered

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.