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