pub struct UseDirectoryDecl {
pub source: UseSource,
pub source_name: Name,
pub source_dictionary: RelativePath,
pub target_path: Path,
pub rights: Operations,
pub subdir: RelativePath,
pub dependency_type: DependencyType,
pub availability: Availability,
}
Fields§
§source: UseSource
§source_name: Name
§source_dictionary: RelativePath
§target_path: Path
§rights: Operations
§subdir: RelativePath
§dependency_type: DependencyType
§availability: Availability
Trait Implementations§
Source§impl Clone for UseDirectoryDecl
impl Clone for UseDirectoryDecl
Source§fn clone(&self) -> UseDirectoryDecl
fn clone(&self) -> UseDirectoryDecl
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 UseDirectoryDecl
impl Debug for UseDirectoryDecl
Source§impl FidlIntoNative<UseDirectoryDecl> for UseDirectory
impl FidlIntoNative<UseDirectoryDecl> for UseDirectory
fn fidl_into_native(self) -> UseDirectoryDecl
Source§impl From<UseDirectoryDecl> for UseDecl
impl From<UseDirectoryDecl> for UseDecl
Source§fn from(f: UseDirectoryDecl) -> Self
fn from(f: UseDirectoryDecl) -> Self
Converts to this type from the input type.
Source§impl NativeIntoFidl<UseDirectory> for UseDirectoryDecl
impl NativeIntoFidl<UseDirectory> for UseDirectoryDecl
fn native_into_fidl(self) -> UseDirectory
Source§impl PartialEq for UseDirectoryDecl
impl PartialEq for UseDirectoryDecl
Source§impl SourceName for UseDirectoryDecl
impl SourceName for UseDirectoryDecl
fn source_name(&self) -> &Name
Source§impl SourcePath for UseDirectoryDecl
impl SourcePath for UseDirectoryDecl
fn source_path(&self) -> BorrowedSeparatedPath<'_>
fn is_from_dictionary(&self) -> bool
Source§impl UseDeclCommon for UseDirectoryDecl
impl UseDeclCommon for UseDirectoryDecl
fn source(&self) -> &UseSource
fn availability(&self) -> &Availability
impl Eq for UseDirectoryDecl
impl StructuralPartialEq for UseDirectoryDecl
Auto Trait Implementations§
impl Freeze for UseDirectoryDecl
impl RefUnwindSafe for UseDirectoryDecl
impl Send for UseDirectoryDecl
impl Sync for UseDirectoryDecl
impl Unpin for UseDirectoryDecl
impl UnwindSafe for UseDirectoryDecl
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
)