pub struct CstGenericType {
pub default_equals: Option<Position>,
}Fields§
§default_equals: Option<Position>Trait Implementations§
Source§impl Clone for CstGenericType
impl Clone for CstGenericType
Source§fn clone(&self) -> CstGenericType
fn clone(&self) -> CstGenericType
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 CstGenericType
impl Debug for CstGenericType
Source§impl PartialEq for CstGenericType
impl PartialEq for CstGenericType
impl StructuralPartialEq for CstGenericType
Auto Trait Implementations§
impl Freeze for CstGenericType
impl RefUnwindSafe for CstGenericType
impl Send for CstGenericType
impl Sync for CstGenericType
impl Unpin for CstGenericType
impl UnsafeUnpin for CstGenericType
impl UnwindSafe for CstGenericType
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