pub struct StyleNote(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StyleNote
impl<'de> Deserialize<'de> for StyleNote
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 StyleNote
impl Ord for StyleNote
Source§impl PartialOrd for StyleNote
impl PartialOrd for StyleNote
impl Eq for StyleNote
impl StructuralPartialEq for StyleNote
Auto Trait Implementations§
impl Freeze for StyleNote
impl RefUnwindSafe for StyleNote
impl Send for StyleNote
impl Sync for StyleNote
impl Unpin for StyleNote
impl UnsafeUnpin for StyleNote
impl UnwindSafe for StyleNote
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