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