pub struct DelCallbackParams {
pub callback: Option<i64>,
}Expand description
Parameters for Client::del_callback (wire method delCallback).
Fields§
§callback: Option<i64>Trait Implementations§
Source§impl Clone for DelCallbackParams
impl Clone for DelCallbackParams
Source§fn clone(&self) -> DelCallbackParams
fn clone(&self) -> DelCallbackParams
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 DelCallbackParams
impl Debug for DelCallbackParams
Source§impl Default for DelCallbackParams
impl Default for DelCallbackParams
Source§fn default() -> DelCallbackParams
fn default() -> DelCallbackParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DelCallbackParams
impl RefUnwindSafe for DelCallbackParams
impl Send for DelCallbackParams
impl Sync for DelCallbackParams
impl Unpin for DelCallbackParams
impl UnsafeUnpin for DelCallbackParams
impl UnwindSafe for DelCallbackParams
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