pub struct ExposeRunnerDecl {
pub source: ExposeSource,
pub source_name: Name,
pub source_dictionary: RelativePath,
pub target: ExposeTarget,
pub target_name: Name,
}
Fields§
§source: ExposeSource
§source_name: Name
§source_dictionary: RelativePath
§target: ExposeTarget
§target_name: Name
Trait Implementations§
Source§impl Clone for ExposeRunnerDecl
impl Clone for ExposeRunnerDecl
Source§fn clone(&self) -> ExposeRunnerDecl
fn clone(&self) -> ExposeRunnerDecl
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 ExposeRunnerDecl
impl Debug for ExposeRunnerDecl
Source§impl ExposeDeclCommon for ExposeRunnerDecl
impl ExposeDeclCommon for ExposeRunnerDecl
fn target_name(&self) -> &Name
fn source(&self) -> &ExposeSource
fn target(&self) -> &ExposeTarget
fn availability(&self) -> &Availability
Source§impl FidlIntoNative<ExposeRunnerDecl> for ExposeRunner
impl FidlIntoNative<ExposeRunnerDecl> for ExposeRunner
fn fidl_into_native(self) -> ExposeRunnerDecl
Source§impl From<ExposeRunnerDecl> for ExposeDecl
impl From<ExposeRunnerDecl> for ExposeDecl
Source§fn from(f: ExposeRunnerDecl) -> Self
fn from(f: ExposeRunnerDecl) -> Self
Converts to this type from the input type.
Source§impl FromEnum<ExposeDecl> for ExposeRunnerDecl
impl FromEnum<ExposeDecl> for ExposeRunnerDecl
fn from_enum(e: &ExposeDecl) -> Option<&Self>
Source§impl NativeIntoFidl<ExposeRunner> for ExposeRunnerDecl
impl NativeIntoFidl<ExposeRunner> for ExposeRunnerDecl
fn native_into_fidl(self) -> ExposeRunner
Source§impl PartialEq for ExposeRunnerDecl
impl PartialEq for ExposeRunnerDecl
Source§impl SourceName for ExposeRunnerDecl
impl SourceName for ExposeRunnerDecl
fn source_name(&self) -> &Name
Source§impl SourcePath for ExposeRunnerDecl
impl SourcePath for ExposeRunnerDecl
fn source_path(&self) -> BorrowedSeparatedPath<'_>
fn is_from_dictionary(&self) -> bool
impl Eq for ExposeRunnerDecl
impl StructuralPartialEq for ExposeRunnerDecl
Auto Trait Implementations§
impl Freeze for ExposeRunnerDecl
impl RefUnwindSafe for ExposeRunnerDecl
impl Send for ExposeRunnerDecl
impl Sync for ExposeRunnerDecl
impl Unpin for ExposeRunnerDecl
impl UnwindSafe for ExposeRunnerDecl
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
)