pub enum RemoveContent {
Type(GeneralRef),
Enum(GeneralRef),
Command(GeneralRef),
Feature(FeatureRef),
}Variants§
Trait Implementations§
Source§impl Clone for RemoveContent
impl Clone for RemoveContent
Source§fn clone(&self) -> RemoveContent
fn clone(&self) -> RemoveContent
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 RemoveContent
impl Debug for RemoveContent
Source§impl PartialEq for RemoveContent
impl PartialEq for RemoveContent
impl Eq for RemoveContent
impl StructuralPartialEq for RemoveContent
Auto Trait Implementations§
impl Freeze for RemoveContent
impl RefUnwindSafe for RemoveContent
impl Send for RemoveContent
impl Sync for RemoveContent
impl Unpin for RemoveContent
impl UnwindSafe for RemoveContent
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