[−][src]Enum swipc_parser::Decorator
Represents a decorator.
Variants
Can be attached to a function to specify that its types are unknown.
Can be attached to a function to specify that the function was added or removed in a specific version.
First argument specifies which version the function was added in - it defaults to 1.0.0. The second argument specifies when the function was removed, or None if it's still around.
Can be attached to a service to tag it as a kernel-managed port.
A decorator not known by this parser.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Decorator
impl Send for Decorator
impl Sync for Decorator
impl Unpin for Decorator
impl UnwindSafe for Decorator
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,