Struct objc2_foundation::NSXMLNodeOptions
source · #[repr(transparent)]pub struct NSXMLNodeOptions(pub NSUInteger);
Available on crate feature
NSXMLNodeOptions
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSXMLNodeOptions
impl NSXMLNodeOptions
pub const None: Self = _
pub const NSXMLNodeIsCDATA: Self = _
pub const NSXMLNodeExpandEmptyElement: Self = _
pub const NSXMLNodeCompactEmptyElement: Self = _
pub const NSXMLNodeUseSingleQuotes: Self = _
pub const NSXMLNodeUseDoubleQuotes: Self = _
pub const NSXMLNodeNeverEscapeContents: Self = _
pub const NSXMLDocumentTidyHTML: Self = _
pub const NSXMLDocumentTidyXML: Self = _
pub const NSXMLDocumentValidate: Self = _
pub const NSXMLNodeLoadExternalEntitiesAlways: Self = _
pub const NSXMLNodeLoadExternalEntitiesSameOriginOnly: Self = _
pub const NSXMLNodeLoadExternalEntitiesNever: Self = _
pub const NSXMLDocumentXInclude: Self = _
pub const NSXMLNodePrettyPrint: Self = _
pub const NSXMLDocumentIncludeContentTypeDeclaration: Self = _
pub const NSXMLNodePreserveNamespaceOrder: Self = _
pub const NSXMLNodePreserveAttributeOrder: Self = _
pub const NSXMLNodePreserveEntities: Self = _
pub const NSXMLNodePreservePrefixes: Self = _
pub const NSXMLNodePreserveCDATA: Self = _
pub const NSXMLNodePreserveWhitespace: Self = _
pub const NSXMLNodePreserveDTD: Self = _
pub const NSXMLNodePreserveCharacterReferences: Self = _
pub const NSXMLNodePromoteSignificantWhitespace: Self = _
pub const NSXMLNodePreserveEmptyElements: Self = _
pub const NSXMLNodePreserveQuotes: Self = _
pub const NSXMLNodePreserveAll: Self = _
Trait Implementations§
source§impl Clone for NSXMLNodeOptions
impl Clone for NSXMLNodeOptions
source§fn clone(&self) -> NSXMLNodeOptions
fn clone(&self) -> NSXMLNodeOptions
Returns a copy 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 NSXMLNodeOptions
impl Debug for NSXMLNodeOptions
source§impl Encode for NSXMLNodeOptions
impl Encode for NSXMLNodeOptions
source§impl Hash for NSXMLNodeOptions
impl Hash for NSXMLNodeOptions
source§impl Ord for NSXMLNodeOptions
impl Ord for NSXMLNodeOptions
source§fn cmp(&self, other: &NSXMLNodeOptions) -> Ordering
fn cmp(&self, other: &NSXMLNodeOptions) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NSXMLNodeOptions
impl PartialEq for NSXMLNodeOptions
source§fn eq(&self, other: &NSXMLNodeOptions) -> bool
fn eq(&self, other: &NSXMLNodeOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSXMLNodeOptions
impl PartialOrd for NSXMLNodeOptions
source§fn partial_cmp(&self, other: &NSXMLNodeOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &NSXMLNodeOptions) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSXMLNodeOptions
impl RefEncode for NSXMLNodeOptions
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSXMLNodeOptions
impl Eq for NSXMLNodeOptions
impl StructuralPartialEq for NSXMLNodeOptions
Auto Trait Implementations§
impl Freeze for NSXMLNodeOptions
impl RefUnwindSafe for NSXMLNodeOptions
impl Send for NSXMLNodeOptions
impl Sync for NSXMLNodeOptions
impl Unpin for NSXMLNodeOptions
impl UnwindSafe for NSXMLNodeOptions
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.