pub struct StaffNote(/* private fields */);Expand description
Redacted staff note containing temperament evidence for review workflows.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StaffNote
impl<'de> Deserialize<'de> for StaffNote
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for StaffNote
impl Ord for StaffNote
Source§impl PartialOrd for StaffNote
impl PartialOrd for StaffNote
impl Eq for StaffNote
impl StructuralPartialEq for StaffNote
Auto Trait Implementations§
impl Freeze for StaffNote
impl RefUnwindSafe for StaffNote
impl Send for StaffNote
impl Sync for StaffNote
impl Unpin for StaffNote
impl UnsafeUnpin for StaffNote
impl UnwindSafe for StaffNote
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