pub struct EventNotesItem { /* private fields */ }Implementations§
Source§impl EventNotesItem
impl EventNotesItem
pub fn accidental_display<T>(self, value: T) -> Self
pub fn class<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn perform<T>(self, value: T) -> Self
pub fn pitch<T>(self, value: T) -> Self
pub fn smufl_font<T>(self, value: T) -> Self
pub fn staff<T>(self, value: T) -> Self
pub fn ties<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for EventNotesItem
impl Clone for EventNotesItem
Source§fn clone(&self) -> EventNotesItem
fn clone(&self) -> EventNotesItem
Returns a duplicate 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 Debug for EventNotesItem
impl Debug for EventNotesItem
Source§impl Default for EventNotesItem
impl Default for EventNotesItem
Source§impl From<EventNotesItem> for EventNotesItem
impl From<EventNotesItem> for EventNotesItem
Source§fn from(value: EventNotesItem) -> Self
fn from(value: EventNotesItem) -> Self
Converts to this type from the input type.
Source§impl TryFrom<EventNotesItem> for EventNotesItem
impl TryFrom<EventNotesItem> for EventNotesItem
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: EventNotesItem) -> Result<Self, ConversionError>
fn try_from(value: EventNotesItem) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for EventNotesItem
impl RefUnwindSafe for EventNotesItem
impl Send for EventNotesItem
impl Sync for EventNotesItem
impl Unpin for EventNotesItem
impl UnwindSafe for EventNotesItem
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