pub struct PlatformReservedKeywordPrivilege {
pub keyword: &'static str,
pub library_id: &'static str,
pub construct_family: &'static str,
pub scope: &'static str,
pub lowering_target: &'static str,
}Fields§
§keyword: &'static str§library_id: &'static str§construct_family: &'static str§scope: &'static str§lowering_target: &'static strTrait Implementations§
Source§impl Clone for PlatformReservedKeywordPrivilege
impl Clone for PlatformReservedKeywordPrivilege
Source§fn clone(&self) -> PlatformReservedKeywordPrivilege
fn clone(&self) -> PlatformReservedKeywordPrivilege
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 PlatformReservedKeywordPrivilege
impl Eq for PlatformReservedKeywordPrivilege
Source§impl PartialEq for PlatformReservedKeywordPrivilege
impl PartialEq for PlatformReservedKeywordPrivilege
Source§fn eq(&self, other: &PlatformReservedKeywordPrivilege) -> bool
fn eq(&self, other: &PlatformReservedKeywordPrivilege) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlatformReservedKeywordPrivilege
Auto Trait Implementations§
impl Freeze for PlatformReservedKeywordPrivilege
impl RefUnwindSafe for PlatformReservedKeywordPrivilege
impl Send for PlatformReservedKeywordPrivilege
impl Sync for PlatformReservedKeywordPrivilege
impl Unpin for PlatformReservedKeywordPrivilege
impl UnsafeUnpin for PlatformReservedKeywordPrivilege
impl UnwindSafe for PlatformReservedKeywordPrivilege
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