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 for CallForHelpPendingCall
impl PartialEq for CallForHelpPendingCall
impl StructuralPartialEq for CallForHelpPendingCall
Auto Trait Implementations§
impl Freeze for CallForHelpPendingCall
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