Struct webkit2gtk::ITPFirstParty
source · [−]#[repr(transparent)]pub struct ITPFirstParty { /* private fields */ }
Available on crate feature
v2_30
only.Expand description
Describes a first party origin.
Implementations
sourceimpl ITPFirstParty
impl ITPFirstParty
pub fn as_ptr(&self) -> *mut WebKitITPFirstParty
sourceimpl ITPFirstParty
impl ITPFirstParty
sourcepub fn last_update_time(&self) -> Option<DateTime>
pub fn last_update_time(&self) -> Option<DateTime>
Get the last time a ITPThirdParty
has been seen under self
.
Each ITPFirstParty
is created by ITPThirdParty::first_parties()
and
therefore corresponds to exactly one ITPThirdParty
.
Returns
the last update time as a glib::DateTime
sourcepub fn is_website_data_access_allowed(&self) -> bool
pub fn is_website_data_access_allowed(&self) -> bool
Get whether self
has granted website data access to its ITPThirdParty
.
Each ITPFirstParty
is created by ITPThirdParty::first_parties()
and
therefore corresponds to exactly one ITPThirdParty
.
Returns
true
if website data access has been granted, or false
otherwise
Trait Implementations
sourceimpl Clone for ITPFirstParty
impl Clone for ITPFirstParty
sourceimpl Debug for ITPFirstParty
impl Debug for ITPFirstParty
sourceimpl Hash for ITPFirstParty
impl Hash for ITPFirstParty
sourceimpl Ord for ITPFirstParty
impl Ord for ITPFirstParty
sourcefn cmp(&self, other: &ITPFirstParty) -> Ordering
fn cmp(&self, other: &ITPFirstParty) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ITPFirstParty> for ITPFirstParty
impl PartialEq<ITPFirstParty> for ITPFirstParty
sourcefn eq(&self, other: &ITPFirstParty) -> bool
fn eq(&self, other: &ITPFirstParty) -> bool
sourceimpl PartialOrd<ITPFirstParty> for ITPFirstParty
impl PartialOrd<ITPFirstParty> for ITPFirstParty
sourcefn partial_cmp(&self, other: &ITPFirstParty) -> Option<Ordering>
fn partial_cmp(&self, other: &ITPFirstParty) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl StaticType for ITPFirstParty
impl StaticType for ITPFirstParty
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for ITPFirstParty
impl StructuralEq for ITPFirstParty
impl StructuralPartialEq for ITPFirstParty
Auto Trait Implementations
impl RefUnwindSafe for ITPFirstParty
impl !Send for ITPFirstParty
impl !Sync for ITPFirstParty
impl Unpin for ITPFirstParty
impl UnwindSafe for ITPFirstParty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
sourcefn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.