Struct festival_api::models::GenerationRequest [−][src]
pub struct GenerationRequest {
pub id: i32,
pub usr_id: i32,
pub crt: DateTime<Utc>,
pub word: String,
pub lang: String,
pub speed: f32,
pub fmt: String,
}Expand description
A request to generate a .wav file from text from a user that has been stored in the db. This is a return object from the reqs table of the database.
Fields
id: i32usr_id: i32crt: DateTime<Utc>word: Stringlang: Stringspeed: f32fmt: StringAuto Trait Implementations
impl RefUnwindSafe for GenerationRequest
impl Send for GenerationRequest
impl Sync for GenerationRequest
impl Unpin for GenerationRequest
impl UnwindSafe for GenerationRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
