pub struct DebugCapabilityAllowlistEntry { /* private fields */ }
Expand description
Represents a single allowed route for a debug capability.
Implementations§
Trait Implementations§
Source§impl Clone for DebugCapabilityAllowlistEntry
impl Clone for DebugCapabilityAllowlistEntry
Source§fn clone(&self) -> DebugCapabilityAllowlistEntry
fn clone(&self) -> DebugCapabilityAllowlistEntry
Returns a copy 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 Hash for DebugCapabilityAllowlistEntry
impl Hash for DebugCapabilityAllowlistEntry
Source§impl PartialEq for DebugCapabilityAllowlistEntry
impl PartialEq for DebugCapabilityAllowlistEntry
Source§fn eq(&self, other: &DebugCapabilityAllowlistEntry) -> bool
fn eq(&self, other: &DebugCapabilityAllowlistEntry) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for DebugCapabilityAllowlistEntry
impl StructuralPartialEq for DebugCapabilityAllowlistEntry
Auto Trait Implementations§
impl Freeze for DebugCapabilityAllowlistEntry
impl RefUnwindSafe for DebugCapabilityAllowlistEntry
impl Send for DebugCapabilityAllowlistEntry
impl Sync for DebugCapabilityAllowlistEntry
impl Unpin for DebugCapabilityAllowlistEntry
impl UnwindSafe for DebugCapabilityAllowlistEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)