pub struct ProfileEnd {
pub note: String,
}Fields§
§note: StringTrait Implementations§
Source§impl Clone for ProfileEnd
impl Clone for ProfileEnd
Source§fn clone(&self) -> ProfileEnd
fn clone(&self) -> ProfileEnd
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 moreSource§impl Debug for ProfileEnd
impl Debug for ProfileEnd
Source§impl<'de> Deserialize<'de> for ProfileEnd
impl<'de> Deserialize<'de> for ProfileEnd
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProfileEnd
Source§impl PartialEq for ProfileEnd
impl PartialEq for ProfileEnd
Source§impl Serialize for ProfileEnd
impl Serialize for ProfileEnd
impl StructuralPartialEq for ProfileEnd
Source§impl Validate for ProfileEnd
impl Validate for ProfileEnd
Auto Trait Implementations§
impl Freeze for ProfileEnd
impl RefUnwindSafe for ProfileEnd
impl Send for ProfileEnd
impl Sync for ProfileEnd
impl Unpin for ProfileEnd
impl UnsafeUnpin for ProfileEnd
impl UnwindSafe for ProfileEnd
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