pub struct PropertyWatcherMarker;Trait Implementations§
Source§impl Clone for PropertyWatcherMarker
impl Clone for PropertyWatcherMarker
Source§fn clone(&self) -> PropertyWatcherMarker
fn clone(&self) -> PropertyWatcherMarker
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 moreimpl Copy for PropertyWatcherMarker
Source§impl Debug for PropertyWatcherMarker
impl Debug for PropertyWatcherMarker
impl Eq for PropertyWatcherMarker
Source§impl Hash for PropertyWatcherMarker
impl Hash for PropertyWatcherMarker
Source§impl Ord for PropertyWatcherMarker
impl Ord for PropertyWatcherMarker
Source§fn cmp(&self, other: &PropertyWatcherMarker) -> Ordering
fn cmp(&self, other: &PropertyWatcherMarker) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PropertyWatcherMarker
impl PartialEq for PropertyWatcherMarker
Source§impl PartialOrd for PropertyWatcherMarker
impl PartialOrd for PropertyWatcherMarker
Source§impl ProtocolMarker for PropertyWatcherMarker
impl ProtocolMarker for PropertyWatcherMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) PropertyWatcher"
const DEBUG_NAME: &'static str = "(anonymous) PropertyWatcher"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = PropertyWatcherProxy
type Proxy = PropertyWatcherProxy
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 = PropertyWatcherRequestStream
type RequestStream = PropertyWatcherRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = PropertyWatcherSynchronousProxy
type SynchronousProxy = PropertyWatcherSynchronousProxy
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 StructuralPartialEq for PropertyWatcherMarker
Auto Trait Implementations§
impl Freeze for PropertyWatcherMarker
impl RefUnwindSafe for PropertyWatcherMarker
impl Send for PropertyWatcherMarker
impl Sync for PropertyWatcherMarker
impl Unpin for PropertyWatcherMarker
impl UnsafeUnpin for PropertyWatcherMarker
impl UnwindSafe for PropertyWatcherMarker
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