pub struct BankAccountMarker;
Trait Implementations§
Source§impl Clone for BankAccountMarker
impl Clone for BankAccountMarker
Source§fn clone(&self) -> BankAccountMarker
fn clone(&self) -> BankAccountMarker
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 BankAccountMarker
impl Debug for BankAccountMarker
Source§impl Hash for BankAccountMarker
impl Hash for BankAccountMarker
Source§impl Ord for BankAccountMarker
impl Ord for BankAccountMarker
Source§fn cmp(&self, other: &BankAccountMarker) -> Ordering
fn cmp(&self, other: &BankAccountMarker) -> 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 BankAccountMarker
impl PartialEq for BankAccountMarker
Source§impl PartialOrd for BankAccountMarker
impl PartialOrd for BankAccountMarker
Source§impl ServiceMarker for BankAccountMarker
impl ServiceMarker for BankAccountMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.examples.services.BankAccount"
const SERVICE_NAME: &'static str = "fuchsia.examples.services.BankAccount"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = BankAccountProxy
type Proxy = BankAccountProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = BankAccountRequest
type Request = BankAccountRequest
The request type for this particular FIDL service.
impl Copy for BankAccountMarker
impl Eq for BankAccountMarker
impl StructuralPartialEq for BankAccountMarker
Auto Trait Implementations§
impl Freeze for BankAccountMarker
impl RefUnwindSafe for BankAccountMarker
impl Send for BankAccountMarker
impl Sync for BankAccountMarker
impl Unpin for BankAccountMarker
impl UnwindSafe for BankAccountMarker
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
)