pub struct DriverClientEnd<T>(/* private fields */);
Trait Implementations§
Source§impl<T: Debug> Debug for DriverClientEnd<T>
impl<T: Debug> Debug for DriverClientEnd<T>
Source§impl<T: 'static> Decode<DriverEndpoint<T>, DefaultFuchsiaResourceDialect> for DriverClientEnd<T>
impl<T: 'static> Decode<DriverEndpoint<T>, DefaultFuchsiaResourceDialect> for DriverClientEnd<T>
Source§impl<T: 'static> Encode<DriverEndpoint<T>, DefaultFuchsiaResourceDialect> for DriverClientEnd<T>
impl<T: 'static> Encode<DriverEndpoint<T>, DefaultFuchsiaResourceDialect> for DriverClientEnd<T>
Source§impl<T: Hash> Hash for DriverClientEnd<T>
impl<T: Hash> Hash for DriverClientEnd<T>
Source§impl<T: Ord> Ord for DriverClientEnd<T>
impl<T: Ord> Ord for DriverClientEnd<T>
Source§fn cmp(&self, other: &DriverClientEnd<T>) -> Ordering
fn cmp(&self, other: &DriverClientEnd<T>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialEq> PartialEq for DriverClientEnd<T>
impl<T: PartialEq> PartialEq for DriverClientEnd<T>
Source§impl<T: PartialOrd> PartialOrd for DriverClientEnd<T>
impl<T: PartialOrd> PartialOrd for DriverClientEnd<T>
impl<T: Eq> Eq for DriverClientEnd<T>
impl<T> StructuralPartialEq for DriverClientEnd<T>
Auto Trait Implementations§
impl<T> Freeze for DriverClientEnd<T>
impl<T> RefUnwindSafe for DriverClientEnd<T>where
T: RefUnwindSafe,
impl<T> Send for DriverClientEnd<T>where
T: Send,
impl<T> Sync for DriverClientEnd<T>where
T: Sync,
impl<T> Unpin for DriverClientEnd<T>where
T: Unpin,
impl<T> UnwindSafe for DriverClientEnd<T>where
T: UnwindSafe,
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