pub struct LyricState {
pub origin: LyricOwned,
pub translation: LyricOwned,
}
Fields§
§origin: LyricOwned
§translation: LyricOwned
Trait Implementations§
Source§impl Clone for LyricState
impl Clone for LyricState
Source§fn clone(&self) -> LyricState
fn clone(&self) -> LyricState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LyricState
impl Default for LyricState
Source§fn default() -> LyricState
fn default() -> LyricState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LyricState
impl RefUnwindSafe for LyricState
impl Send for LyricState
impl Sync for LyricState
impl Unpin for LyricState
impl UnwindSafe for LyricState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.