pub struct ReportedInterfaces(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ReportedInterfaces
impl Clone for ReportedInterfaces
Source§fn clone(&self) -> ReportedInterfaces
fn clone(&self) -> ReportedInterfaces
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 ReportedInterfaces
impl Debug for ReportedInterfaces
Source§impl Default for ReportedInterfaces
impl Default for ReportedInterfaces
Source§fn default() -> ReportedInterfaces
fn default() -> ReportedInterfaces
Returns the “default value” for a type. Read more
impl Eq for ReportedInterfaces
Source§impl PartialEq for ReportedInterfaces
impl PartialEq for ReportedInterfaces
impl StructuralPartialEq for ReportedInterfaces
Auto Trait Implementations§
impl Freeze for ReportedInterfaces
impl RefUnwindSafe for ReportedInterfaces
impl Send for ReportedInterfaces
impl Sync for ReportedInterfaces
impl Unpin for ReportedInterfaces
impl UnsafeUnpin for ReportedInterfaces
impl UnwindSafe for ReportedInterfaces
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