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