pub struct SvcDirectoryWatcherMarker;
Trait Implementations§
Source§impl Clone for SvcDirectoryWatcherMarker
impl Clone for SvcDirectoryWatcherMarker
Source§fn clone(&self) -> SvcDirectoryWatcherMarker
fn clone(&self) -> SvcDirectoryWatcherMarker
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 Debug for SvcDirectoryWatcherMarker
impl Debug for SvcDirectoryWatcherMarker
Source§impl Hash for SvcDirectoryWatcherMarker
impl Hash for SvcDirectoryWatcherMarker
Source§impl Ord for SvcDirectoryWatcherMarker
impl Ord for SvcDirectoryWatcherMarker
Source§fn cmp(&self, other: &SvcDirectoryWatcherMarker) -> Ordering
fn cmp(&self, other: &SvcDirectoryWatcherMarker) -> 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 PartialOrd for SvcDirectoryWatcherMarker
impl PartialOrd for SvcDirectoryWatcherMarker
Source§impl ProtocolMarker for SvcDirectoryWatcherMarker
impl ProtocolMarker for SvcDirectoryWatcherMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) SvcDirectoryWatcher"
const DEBUG_NAME: &'static str = "(anonymous) SvcDirectoryWatcher"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = SvcDirectoryWatcherProxy
type Proxy = SvcDirectoryWatcherProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = SvcDirectoryWatcherRequestStream
type RequestStream = SvcDirectoryWatcherRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = SvcDirectoryWatcherSynchronousProxy
type SynchronousProxy = SvcDirectoryWatcherSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for SvcDirectoryWatcherMarker
impl Eq for SvcDirectoryWatcherMarker
impl StructuralPartialEq for SvcDirectoryWatcherMarker
Auto Trait Implementations§
impl Freeze for SvcDirectoryWatcherMarker
impl RefUnwindSafe for SvcDirectoryWatcherMarker
impl Send for SvcDirectoryWatcherMarker
impl Sync for SvcDirectoryWatcherMarker
impl Unpin for SvcDirectoryWatcherMarker
impl UnwindSafe for SvcDirectoryWatcherMarker
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
)