pub enum TypesContent {
Comment(String),
Type(Type),
}Variants§
Trait Implementations§
Source§impl Clone for TypesContent
impl Clone for TypesContent
Source§fn clone(&self) -> TypesContent
fn clone(&self) -> TypesContent
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 moreSource§impl Debug for TypesContent
impl Debug for TypesContent
Source§impl PartialEq for TypesContent
impl PartialEq for TypesContent
impl Eq for TypesContent
impl StructuralPartialEq for TypesContent
Auto Trait Implementations§
impl Freeze for TypesContent
impl RefUnwindSafe for TypesContent
impl Send for TypesContent
impl Sync for TypesContent
impl Unpin for TypesContent
impl UnwindSafe for TypesContent
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