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