pub struct RunnerDecl {
pub name: Name,
pub source_path: Option<Path>,
}
Fields§
§name: Name
§source_path: Option<Path>
Trait Implementations§
Source§impl Clone for RunnerDecl
impl Clone for RunnerDecl
Source§fn clone(&self) -> RunnerDecl
fn clone(&self) -> RunnerDecl
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 RunnerDecl
impl Debug for RunnerDecl
Source§impl FidlIntoNative<RunnerDecl> for Runner
impl FidlIntoNative<RunnerDecl> for Runner
fn fidl_into_native(self) -> RunnerDecl
Source§impl From<RunnerDecl> for CapabilityDecl
impl From<RunnerDecl> for CapabilityDecl
Source§fn from(f: RunnerDecl) -> Self
fn from(f: RunnerDecl) -> Self
Converts to this type from the input type.
Source§impl FromEnum<CapabilityDecl> for RunnerDecl
impl FromEnum<CapabilityDecl> for RunnerDecl
fn from_enum(e: &CapabilityDecl) -> Option<&Self>
Source§impl NativeIntoFidl<Runner> for RunnerDecl
impl NativeIntoFidl<Runner> for RunnerDecl
fn native_into_fidl(self) -> Runner
Source§impl PartialEq for RunnerDecl
impl PartialEq for RunnerDecl
impl Eq for RunnerDecl
impl StructuralPartialEq for RunnerDecl
Auto Trait Implementations§
impl Freeze for RunnerDecl
impl RefUnwindSafe for RunnerDecl
impl Send for RunnerDecl
impl Sync for RunnerDecl
impl Unpin for RunnerDecl
impl UnwindSafe for RunnerDecl
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
)