pub struct Tune { /* private fields */ }
Expand description
Container for formatted text.
Implementations§
Trait Implementations§
Source§impl FromXml for Tune
impl FromXml for Tune
Source§type Builder = TuneFromXmlBuilder
type Builder = TuneFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
impl PubSubPayload for Tune
impl StructuralPartialEq for Tune
Auto Trait Implementations§
impl Freeze for Tune
impl RefUnwindSafe for Tune
impl Send for Tune
impl Sync for Tune
impl Unpin for Tune
impl UnwindSafe for Tune
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)