pub struct PackedType { /* private fields */ }Implementations§
Source§impl PackedType
impl PackedType
pub fn type_keyword(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for PackedType
impl AstNode for PackedType
Source§impl Clone for PackedType
impl Clone for PackedType
Source§fn clone(&self) -> PackedType
fn clone(&self) -> PackedType
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 PackedType
impl Debug for PackedType
impl Eq for PackedType
Source§impl Hash for PackedType
impl Hash for PackedType
Source§impl PartialEq for PackedType
impl PartialEq for PackedType
impl StructuralPartialEq for PackedType
Auto Trait Implementations§
impl !Send for PackedType
impl !Sync for PackedType
impl Freeze for PackedType
impl RefUnwindSafe for PackedType
impl Unpin for PackedType
impl UnsafeUnpin for PackedType
impl UnwindSafe for PackedType
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