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