pub struct RecordingInput {
pub name: String,
pub text: String,
pub emotion: String,
pub is_active: bool,
}
Fields§
§name: String
§text: String
§emotion: String
§is_active: bool
Trait Implementations§
Source§impl Debug for RecordingInput
impl Debug for RecordingInput
Auto Trait Implementations§
impl Freeze for RecordingInput
impl RefUnwindSafe for RecordingInput
impl Send for RecordingInput
impl Sync for RecordingInput
impl Unpin for RecordingInput
impl UnwindSafe for RecordingInput
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