pub struct GenericLiteral {}Trait Implementations§
Source§impl Clone for GenericLiteral
impl Clone for GenericLiteral
Source§fn clone(&self) -> GenericLiteral
fn clone(&self) -> GenericLiteral
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 GenericLiteral
impl Debug for GenericLiteral
Source§impl PartialEq for GenericLiteral
impl PartialEq for GenericLiteral
Source§fn eq(&self, other: &GenericLiteral) -> bool
fn eq(&self, other: &GenericLiteral) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GenericLiteral
Auto Trait Implementations§
impl Freeze for GenericLiteral
impl RefUnwindSafe for GenericLiteral
impl Send for GenericLiteral
impl Sync for GenericLiteral
impl Unpin for GenericLiteral
impl UnsafeUnpin for GenericLiteral
impl UnwindSafe for GenericLiteral
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