#[repr(i64)]pub enum NSUrlRelationship {
Contains = 0,
Same = 1,
Other = 2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUrlRelationship
impl RefUnwindSafe for NSUrlRelationship
impl Send for NSUrlRelationship
impl Sync for NSUrlRelationship
impl Unpin for NSUrlRelationship
impl UnwindSafe for NSUrlRelationship
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