pub struct FrameIdentity {
pub frame_type: String,
pub request_id: String,
pub parent_request_id: Option<String>,
pub runtime_generation_id: String,
}Fields§
§frame_type: String§request_id: String§parent_request_id: Option<String>§runtime_generation_id: StringTrait Implementations§
Source§impl Clone for FrameIdentity
impl Clone for FrameIdentity
Source§fn clone(&self) -> FrameIdentity
fn clone(&self) -> FrameIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FrameIdentity
impl Debug for FrameIdentity
impl Eq for FrameIdentity
Source§impl PartialEq for FrameIdentity
impl PartialEq for FrameIdentity
impl StructuralPartialEq for FrameIdentity
Auto Trait Implementations§
impl Freeze for FrameIdentity
impl RefUnwindSafe for FrameIdentity
impl Send for FrameIdentity
impl Sync for FrameIdentity
impl Unpin for FrameIdentity
impl UnsafeUnpin for FrameIdentity
impl UnwindSafe for FrameIdentity
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