Struct g_rust::extension::parsers::subparsers::CallForHelpPendingCall
source · pub struct CallForHelpPendingCall {
pub call_id: String,
pub time_stamp: String,
pub message: String,
}
Fields§
§call_id: String
§time_stamp: String
§message: String
Trait Implementations§
source§impl Clone for CallForHelpPendingCall
impl Clone for CallForHelpPendingCall
source§fn clone(&self) -> CallForHelpPendingCall
fn clone(&self) -> CallForHelpPendingCall
Returns a copy 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 CallForHelpPendingCall
impl Debug for CallForHelpPendingCall
source§impl Default for CallForHelpPendingCall
impl Default for CallForHelpPendingCall
source§fn default() -> CallForHelpPendingCall
fn default() -> CallForHelpPendingCall
Returns the “default value” for a type. Read more
source§impl PartialEq<CallForHelpPendingCall> for CallForHelpPendingCall
impl PartialEq<CallForHelpPendingCall> for CallForHelpPendingCall
source§fn eq(&self, other: &CallForHelpPendingCall) -> bool
fn eq(&self, other: &CallForHelpPendingCall) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CallForHelpPendingCall
Auto Trait Implementations§
impl RefUnwindSafe for CallForHelpPendingCall
impl Send for CallForHelpPendingCall
impl Sync for CallForHelpPendingCall
impl Unpin for CallForHelpPendingCall
impl UnwindSafe for CallForHelpPendingCall
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