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