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