pub struct UrlSourceBuilder { /* private fields */ }Expand description
Builder for UrlSource object.
Implementations§
Trait Implementations§
Source§impl Debug for UrlSourceBuilder
impl Debug for UrlSourceBuilder
Auto Trait Implementations§
impl Freeze for UrlSourceBuilder
impl RefUnwindSafe for UrlSourceBuilder
impl Send for UrlSourceBuilder
impl Sync for UrlSourceBuilder
impl Unpin for UrlSourceBuilder
impl UnsafeUnpin for UrlSourceBuilder
impl UnwindSafe for UrlSourceBuilder
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