pub struct TrustedLoadIntent(/* private fields */);Expand description
Opaque capability issued for one native-owned direct HTML load.
This is deliberately useful only for equality binding. It has no public constructor, raw representation, formatting implementation, or wire encoding: URL and HTML data are not authority, and neither is this token until the navigation normalizer attests it at a committed document.
Trait Implementations§
Source§impl Clone for TrustedLoadIntent
impl Clone for TrustedLoadIntent
Source§fn clone(&self) -> TrustedLoadIntent
fn clone(&self) -> TrustedLoadIntent
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 moreimpl Copy for TrustedLoadIntent
impl Eq for TrustedLoadIntent
Source§impl Hash for TrustedLoadIntent
impl Hash for TrustedLoadIntent
Source§impl PartialEq for TrustedLoadIntent
impl PartialEq for TrustedLoadIntent
impl StructuralPartialEq for TrustedLoadIntent
Auto Trait Implementations§
impl Freeze for TrustedLoadIntent
impl RefUnwindSafe for TrustedLoadIntent
impl Send for TrustedLoadIntent
impl Sync for TrustedLoadIntent
impl Unpin for TrustedLoadIntent
impl UnsafeUnpin for TrustedLoadIntent
impl UnwindSafe for TrustedLoadIntent
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