pub struct ProfileChanged;Expand description
profile_changed() — Profile Changed, empty body (Table 5).
Trait Implementations§
Source§impl Clone for ProfileChanged
impl Clone for ProfileChanged
Source§fn clone(&self) -> ProfileChanged
fn clone(&self) -> ProfileChanged
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProfileChanged
Source§impl Debug for ProfileChanged
impl Debug for ProfileChanged
Source§impl Default for ProfileChanged
impl Default for ProfileChanged
Source§fn default() -> ProfileChanged
fn default() -> ProfileChanged
Returns the “default value” for a type. Read more
impl Eq for ProfileChanged
Source§impl<'a> Parse<'a> for ProfileChanged
impl<'a> Parse<'a> for ProfileChanged
Source§impl PartialEq for ProfileChanged
impl PartialEq for ProfileChanged
Source§impl Serialize for ProfileChanged
Available on crate feature serde only.
impl Serialize for ProfileChanged
Available on crate feature
serde only.Source§impl Serialize for ProfileChanged
impl Serialize for ProfileChanged
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for ProfileChanged
Auto Trait Implementations§
impl Freeze for ProfileChanged
impl RefUnwindSafe for ProfileChanged
impl Send for ProfileChanged
impl Sync for ProfileChanged
impl Unpin for ProfileChanged
impl UnsafeUnpin for ProfileChanged
impl UnwindSafe for ProfileChanged
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