pub struct ErrorSyntaxProtocolMarker;
Trait Implementations§
Source§impl Clone for ErrorSyntaxProtocolMarker
impl Clone for ErrorSyntaxProtocolMarker
Source§fn clone(&self) -> ErrorSyntaxProtocolMarker
fn clone(&self) -> ErrorSyntaxProtocolMarker
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 ErrorSyntaxProtocolMarker
impl Debug for ErrorSyntaxProtocolMarker
Source§impl Hash for ErrorSyntaxProtocolMarker
impl Hash for ErrorSyntaxProtocolMarker
Source§impl Ord for ErrorSyntaxProtocolMarker
impl Ord for ErrorSyntaxProtocolMarker
Source§fn cmp(&self, other: &ErrorSyntaxProtocolMarker) -> Ordering
fn cmp(&self, other: &ErrorSyntaxProtocolMarker) -> 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 ErrorSyntaxProtocolMarker
impl PartialOrd for ErrorSyntaxProtocolMarker
Source§impl ProtocolMarker for ErrorSyntaxProtocolMarker
impl ProtocolMarker for ErrorSyntaxProtocolMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) ErrorSyntaxProtocol"
const DEBUG_NAME: &'static str = "(anonymous) ErrorSyntaxProtocol"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ErrorSyntaxProtocolProxy
type Proxy = ErrorSyntaxProtocolProxy
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 = ErrorSyntaxProtocolRequestStream
type RequestStream = ErrorSyntaxProtocolRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ErrorSyntaxProtocolSynchronousProxy
type SynchronousProxy = ErrorSyntaxProtocolSynchronousProxy
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 ErrorSyntaxProtocolMarker
impl Eq for ErrorSyntaxProtocolMarker
impl StructuralPartialEq for ErrorSyntaxProtocolMarker
Auto Trait Implementations§
impl Freeze for ErrorSyntaxProtocolMarker
impl RefUnwindSafe for ErrorSyntaxProtocolMarker
impl Send for ErrorSyntaxProtocolMarker
impl Sync for ErrorSyntaxProtocolMarker
impl Unpin for ErrorSyntaxProtocolMarker
impl UnwindSafe for ErrorSyntaxProtocolMarker
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
)