pub struct DetachInner {
pub handle: Handle,
pub closed: bool,
pub error: Option<Error>,
}Fields§
§handle: Handle§closed: bool§error: Option<Error>Trait Implementations§
Source§impl Clone for DetachInner
impl Clone for DetachInner
Source§fn clone(&self) -> DetachInner
fn clone(&self) -> DetachInner
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 DetachInner
impl Debug for DetachInner
Source§impl Default for DetachInner
impl Default for DetachInner
Source§fn default() -> DetachInner
fn default() -> DetachInner
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetachInner
impl PartialEq for DetachInner
impl Eq for DetachInner
impl StructuralPartialEq for DetachInner
Auto Trait Implementations§
impl Freeze for DetachInner
impl !RefUnwindSafe for DetachInner
impl Send for DetachInner
impl Sync for DetachInner
impl Unpin for DetachInner
impl !UnwindSafe for DetachInner
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