pub struct PrefillTarget {
pub url: String,
pub bootstrap_url: String,
}Fields§
§url: String§bootstrap_url: StringTrait Implementations§
Source§impl Clone for PrefillTarget
impl Clone for PrefillTarget
Source§fn clone(&self) -> PrefillTarget
fn clone(&self) -> PrefillTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PrefillTarget
impl RefUnwindSafe for PrefillTarget
impl Send for PrefillTarget
impl Sync for PrefillTarget
impl Unpin for PrefillTarget
impl UnsafeUnpin for PrefillTarget
impl UnwindSafe for PrefillTarget
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