pub struct ConsoleProfileStartedEventParams {
pub id: String,
pub location: Location,
pub title: Option<String>,
}Fields§
§id: String§location: Location§title: Option<String>Trait Implementations§
Source§impl Clone for ConsoleProfileStartedEventParams
impl Clone for ConsoleProfileStartedEventParams
Source§fn clone(&self) -> ConsoleProfileStartedEventParams
fn clone(&self) -> ConsoleProfileStartedEventParams
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<'de> Deserialize<'de> for ConsoleProfileStartedEventParams
impl<'de> Deserialize<'de> for ConsoleProfileStartedEventParams
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 ConsoleProfileStartedEventParams
impl PartialEq for ConsoleProfileStartedEventParams
Source§fn eq(&self, other: &ConsoleProfileStartedEventParams) -> bool
fn eq(&self, other: &ConsoleProfileStartedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConsoleProfileStartedEventParams
Auto Trait Implementations§
impl Freeze for ConsoleProfileStartedEventParams
impl RefUnwindSafe for ConsoleProfileStartedEventParams
impl Send for ConsoleProfileStartedEventParams
impl Sync for ConsoleProfileStartedEventParams
impl Unpin for ConsoleProfileStartedEventParams
impl UnwindSafe for ConsoleProfileStartedEventParams
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