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