pub struct SetAttachDebugStack {
pub enabled: bool,
}Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for SetAttachDebugStack
impl Clone for SetAttachDebugStack
Source§fn clone(&self) -> SetAttachDebugStack
fn clone(&self) -> SetAttachDebugStack
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 SetAttachDebugStack
impl Debug for SetAttachDebugStack
Source§impl<'de> Deserialize<'de> for SetAttachDebugStack
impl<'de> Deserialize<'de> for SetAttachDebugStack
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 SetAttachDebugStack
impl Method for SetAttachDebugStack
const NAME: &'static str = "Network.setAttachDebugStack"
type ReturnObject = SetAttachDebugStackReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetAttachDebugStack
impl PartialEq for SetAttachDebugStack
Source§impl Serialize for SetAttachDebugStack
impl Serialize for SetAttachDebugStack
impl StructuralPartialEq for SetAttachDebugStack
Auto Trait Implementations§
impl Freeze for SetAttachDebugStack
impl RefUnwindSafe for SetAttachDebugStack
impl Send for SetAttachDebugStack
impl Sync for SetAttachDebugStack
impl Unpin for SetAttachDebugStack
impl UnwindSafe for SetAttachDebugStack
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