pub struct FakeClockMarker;
Trait Implementations§
Source§impl Clone for FakeClockMarker
impl Clone for FakeClockMarker
Source§fn clone(&self) -> FakeClockMarker
fn clone(&self) -> FakeClockMarker
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 FakeClockMarker
impl Debug for FakeClockMarker
Source§impl DiscoverableProtocolMarker for FakeClockMarker
impl DiscoverableProtocolMarker for FakeClockMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for FakeClockMarker
impl Hash for FakeClockMarker
Source§impl Ord for FakeClockMarker
impl Ord for FakeClockMarker
Source§fn cmp(&self, other: &FakeClockMarker) -> Ordering
fn cmp(&self, other: &FakeClockMarker) -> 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 PartialEq for FakeClockMarker
impl PartialEq for FakeClockMarker
Source§impl PartialOrd for FakeClockMarker
impl PartialOrd for FakeClockMarker
Source§impl ProtocolMarker for FakeClockMarker
impl ProtocolMarker for FakeClockMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.testing.FakeClock"
const DEBUG_NAME: &'static str = "fuchsia.testing.FakeClock"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = FakeClockProxy
type Proxy = FakeClockProxy
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 = FakeClockRequestStream
type RequestStream = FakeClockRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = FakeClockSynchronousProxy
type SynchronousProxy = FakeClockSynchronousProxy
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 FakeClockMarker
impl Eq for FakeClockMarker
impl StructuralPartialEq for FakeClockMarker
Auto Trait Implementations§
impl Freeze for FakeClockMarker
impl RefUnwindSafe for FakeClockMarker
impl Send for FakeClockMarker
impl Sync for FakeClockMarker
impl Unpin for FakeClockMarker
impl UnwindSafe for FakeClockMarker
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
)