pub struct SetRecording {
pub should_record: bool,
pub service: ServiceName,
}Fields§
§should_record: bool§service: ServiceNameTrait Implementations§
Source§impl Clone for SetRecording
impl Clone for SetRecording
Source§fn clone(&self) -> SetRecording
fn clone(&self) -> SetRecording
Returns a duplicate 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 SetRecording
impl Debug for SetRecording
Source§impl<'de> Deserialize<'de> for SetRecording
impl<'de> Deserialize<'de> for SetRecording
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for SetRecording
impl Method for SetRecording
const NAME: &'static str = "BackgroundService.setRecording"
type ReturnObject = SetRecordingReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetRecording
impl PartialEq for SetRecording
Source§impl Serialize for SetRecording
impl Serialize for SetRecording
impl StructuralPartialEq for SetRecording
Auto Trait Implementations§
impl Freeze for SetRecording
impl RefUnwindSafe for SetRecording
impl Send for SetRecording
impl Sync for SetRecording
impl Unpin for SetRecording
impl UnwindSafe for SetRecording
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