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