pub struct PatchMapEntry { /* private fields */ }Expand description
Stores a collection of URLs associated with each patch mapping entry.
Each entry has a primary URL which is what is loaded and applied when the entry is selected. Additionally each entry has an optional set of preload URL’s which should be preloaded if the entry is selected
Implementations§
Source§impl PatchMapEntry
impl PatchMapEntry
Trait Implementations§
Source§impl Clone for PatchMapEntry
impl Clone for PatchMapEntry
Source§fn clone(&self) -> PatchMapEntry
fn clone(&self) -> PatchMapEntry
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 moreSource§impl Debug for PatchMapEntry
impl Debug for PatchMapEntry
impl Eq for PatchMapEntry
Source§impl From<PatchMapEntry> for PatchInfo
impl From<PatchMapEntry> for PatchInfo
Source§fn from(value: PatchMapEntry) -> Self
fn from(value: PatchMapEntry) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PatchMapEntry
impl PartialEq for PatchMapEntry
Source§fn eq(&self, other: &PatchMapEntry) -> bool
fn eq(&self, other: &PatchMapEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchMapEntry
Auto Trait Implementations§
impl !Freeze for PatchMapEntry
impl RefUnwindSafe for PatchMapEntry
impl Send for PatchMapEntry
impl Sync for PatchMapEntry
impl Unpin for PatchMapEntry
impl UnsafeUnpin for PatchMapEntry
impl UnwindSafe for PatchMapEntry
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