pub struct NsUrl {
pub path: String,
}Fields§
§path: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NsUrl
impl RefUnwindSafe for NsUrl
impl Send for NsUrl
impl Sync for NsUrl
impl Unpin for NsUrl
impl UnsafeUnpin for NsUrl
impl UnwindSafe for NsUrl
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