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
pub const MissingRequiredElement: Self
pub const MissingRequiredAttribute: Self
pub const InvalidXml: Self
pub const UnexpectedContent: Self
pub const UnsupportedFormat: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more