pub struct SkipDirective;Implementations§
Trait Implementations§
Source§impl Debug for SkipDirective
impl Debug for SkipDirective
Source§impl From<SkipDirective> for CodamaDirective
impl From<SkipDirective> for CodamaDirective
Source§fn from(value: SkipDirective) -> Self
fn from(value: SkipDirective) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SkipDirective
impl PartialEq for SkipDirective
Source§impl<'a> TryFrom<&'a Attribute<'a>> for &'a SkipDirective
impl<'a> TryFrom<&'a Attribute<'a>> for &'a SkipDirective
Source§impl<'a> TryFrom<&'a CodamaAttribute<'a>> for &'a SkipDirective
impl<'a> TryFrom<&'a CodamaAttribute<'a>> for &'a SkipDirective
Source§type Error = CodamaError
type Error = CodamaError
The type returned in the event of a conversion error.
impl StructuralPartialEq for SkipDirective
Auto Trait Implementations§
impl Freeze for SkipDirective
impl RefUnwindSafe for SkipDirective
impl Send for SkipDirective
impl Sync for SkipDirective
impl Unpin for SkipDirective
impl UnsafeUnpin for SkipDirective
impl UnwindSafe for SkipDirective
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