pub struct DictionaryDecl {
pub name: Name,
pub source_path: Option<Path>,
}
Fields§
§name: Name
§source_path: Option<Path>
Trait Implementations§
Source§impl Clone for DictionaryDecl
impl Clone for DictionaryDecl
Source§fn clone(&self) -> DictionaryDecl
fn clone(&self) -> DictionaryDecl
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 DictionaryDecl
impl Debug for DictionaryDecl
Source§impl FidlIntoNative<DictionaryDecl> for Dictionary
impl FidlIntoNative<DictionaryDecl> for Dictionary
fn fidl_into_native(self) -> DictionaryDecl
Source§impl From<DictionaryDecl> for CapabilityDecl
impl From<DictionaryDecl> for CapabilityDecl
Source§fn from(f: DictionaryDecl) -> Self
fn from(f: DictionaryDecl) -> Self
Converts to this type from the input type.
Source§impl FromEnum<CapabilityDecl> for DictionaryDecl
impl FromEnum<CapabilityDecl> for DictionaryDecl
fn from_enum(e: &CapabilityDecl) -> Option<&Self>
Source§impl NativeIntoFidl<Dictionary> for DictionaryDecl
impl NativeIntoFidl<Dictionary> for DictionaryDecl
fn native_into_fidl(self) -> Dictionary
Source§impl PartialEq for DictionaryDecl
impl PartialEq for DictionaryDecl
impl Eq for DictionaryDecl
impl StructuralPartialEq for DictionaryDecl
Auto Trait Implementations§
impl Freeze for DictionaryDecl
impl RefUnwindSafe for DictionaryDecl
impl Send for DictionaryDecl
impl Sync for DictionaryDecl
impl Unpin for DictionaryDecl
impl UnwindSafe for DictionaryDecl
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
)