pub struct GetCallbacksParams {
pub callback: Option<String>,
}Expand description
- Retrieves a list of Callbacks if no additional parameter is provided. - Retrieves a specific Callback if a Callback code is provided.
Parameters for Client::get_callbacks (wire method getCallbacks).
Fields§
§callback: Option<String>ID for a specific Callback (Example: 2359)
Trait Implementations§
Source§impl Clone for GetCallbacksParams
impl Clone for GetCallbacksParams
Source§fn clone(&self) -> GetCallbacksParams
fn clone(&self) -> GetCallbacksParams
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 GetCallbacksParams
impl Debug for GetCallbacksParams
Source§impl Default for GetCallbacksParams
impl Default for GetCallbacksParams
Source§fn default() -> GetCallbacksParams
fn default() -> GetCallbacksParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCallbacksParams
impl RefUnwindSafe for GetCallbacksParams
impl Send for GetCallbacksParams
impl Sync for GetCallbacksParams
impl Unpin for GetCallbacksParams
impl UnsafeUnpin for GetCallbacksParams
impl UnwindSafe for GetCallbacksParams
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