Struct objc_foundation::NSString [] [src]

pub struct NSString { /* fields omitted */ }

Trait Implementations

impl Message for NSString
[src]

[src]

Sends a message to self with the given selector and arguments. Read more

[src]

Verifies that the argument and return types match the encoding of the method for the given selector. Read more

impl INSObject for NSString
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl PartialEq for NSString
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for NSString
[src]

impl Hash for NSString
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for NSString
[src]

[src]

Formats the value using the given formatter. Read more

impl INSString for NSString
[src]

[src]

[src]

[src]

impl INSCopying for NSString
[src]

[src]

Auto Trait Implementations

impl Send for NSString

impl Sync for NSString