Struct windows_sys::Web::Syndication::SyndicationErrorStatus
[−]#[repr(transparent)]pub struct SyndicationErrorStatus(pub i32);
Expand description
Required features: "Web_Syndication"
Tuple Fields
0: i32
Implementations
impl SyndicationErrorStatus
impl SyndicationErrorStatus
pub const Unknown: Self = Self(0i32)
pub const MissingRequiredElement: Self = Self(1i32)
pub const MissingRequiredAttribute: Self = Self(2i32)
pub const InvalidXml: Self = Self(3i32)
pub const UnexpectedContent: Self = Self(4i32)
pub const UnsupportedFormat: Self = Self(5i32)
Trait Implementations
impl Clone for SyndicationErrorStatus
impl Clone for SyndicationErrorStatus
impl Copy for SyndicationErrorStatus
Auto Trait Implementations
impl RefUnwindSafe for SyndicationErrorStatus
impl Send for SyndicationErrorStatus
impl Sync for SyndicationErrorStatus
impl Unpin for SyndicationErrorStatus
impl UnwindSafe for SyndicationErrorStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more