pub struct InterfaceData { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for InterfaceData
impl Debug for InterfaceData
Source§impl Default for InterfaceData
impl Default for InterfaceData
Source§fn default() -> InterfaceData
fn default() -> InterfaceData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterfaceData
impl RefUnwindSafe for InterfaceData
impl Send for InterfaceData
impl Sync for InterfaceData
impl Unpin for InterfaceData
impl UnwindSafe for InterfaceData
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