pub struct PropertySupport {
pub property_id: PropertyIdentifier,
pub access: PropertyAccess,
}Expand description
Supported property with its access flags.
Fields§
§property_id: PropertyIdentifier§access: PropertyAccessTrait Implementations§
Source§impl Clone for PropertySupport
impl Clone for PropertySupport
Source§fn clone(&self) -> PropertySupport
fn clone(&self) -> PropertySupport
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PropertySupport
impl RefUnwindSafe for PropertySupport
impl Send for PropertySupport
impl Sync for PropertySupport
impl Unpin for PropertySupport
impl UnsafeUnpin for PropertySupport
impl UnwindSafe for PropertySupport
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