pub struct NormalizedActivity {
pub activity_id: ActivityId,
pub label: ActivityLabel,
pub matched_alias: String,
}Fields§
§activity_id: ActivityId§label: ActivityLabel§matched_alias: StringTrait Implementations§
Source§impl Clone for NormalizedActivity
impl Clone for NormalizedActivity
Source§fn clone(&self) -> NormalizedActivity
fn clone(&self) -> NormalizedActivity
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 NormalizedActivity
impl Debug for NormalizedActivity
Source§impl<'de> Deserialize<'de> for NormalizedActivity
impl<'de> Deserialize<'de> for NormalizedActivity
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
Source§impl PartialEq for NormalizedActivity
impl PartialEq for NormalizedActivity
Source§impl Serialize for NormalizedActivity
impl Serialize for NormalizedActivity
impl Eq for NormalizedActivity
impl StructuralPartialEq for NormalizedActivity
Auto Trait Implementations§
impl Freeze for NormalizedActivity
impl RefUnwindSafe for NormalizedActivity
impl Send for NormalizedActivity
impl Sync for NormalizedActivity
impl Unpin for NormalizedActivity
impl UnsafeUnpin for NormalizedActivity
impl UnwindSafe for NormalizedActivity
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