pub struct NameMapping {
pub source_name: Name,
pub target_name: Name,
}
Fields§
§source_name: Name
§target_name: Name
Trait Implementations§
Source§impl Clone for NameMapping
impl Clone for NameMapping
Source§fn clone(&self) -> NameMapping
fn clone(&self) -> NameMapping
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 NameMapping
impl Debug for NameMapping
Source§impl FidlIntoNative<NameMapping> for NameMapping
impl FidlIntoNative<NameMapping> for NameMapping
fn fidl_into_native(self) -> NameMapping
Source§impl NativeIntoFidl<NameMapping> for NameMapping
impl NativeIntoFidl<NameMapping> for NameMapping
fn native_into_fidl(self) -> NameMapping
Source§impl PartialEq for NameMapping
impl PartialEq for NameMapping
impl Eq for NameMapping
impl StructuralPartialEq for NameMapping
Auto Trait Implementations§
impl Freeze for NameMapping
impl RefUnwindSafe for NameMapping
impl Send for NameMapping
impl Sync for NameMapping
impl Unpin for NameMapping
impl UnwindSafe for NameMapping
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
)