pub struct configurationUrl;Trait Implementations§
Source§impl Field for configurationUrl
impl Field for configurationUrl
Auto Trait Implementations§
impl Freeze for configurationUrl
impl RefUnwindSafe for configurationUrl
impl Send for configurationUrl
impl Sync for configurationUrl
impl Unpin for configurationUrl
impl UnwindSafe for configurationUrl
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