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