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