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