pub struct BundleUriList {
pub version: i32,
pub mode: BundleMode,
pub creation_token_heuristic: bool,
pub base_uri: String,
pub bundles: BTreeMap<String, BundleUriEntry>,
}Fields§
§version: i32§mode: BundleMode§creation_token_heuristic: bool§base_uri: String§bundles: BTreeMap<String, BundleUriEntry>Trait Implementations§
Source§impl Clone for BundleUriList
impl Clone for BundleUriList
Source§fn clone(&self) -> BundleUriList
fn clone(&self) -> BundleUriList
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 BundleUriList
impl Debug for BundleUriList
Source§impl Default for BundleUriList
impl Default for BundleUriList
Source§fn default() -> BundleUriList
fn default() -> BundleUriList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BundleUriList
impl RefUnwindSafe for BundleUriList
impl Send for BundleUriList
impl Sync for BundleUriList
impl Unpin for BundleUriList
impl UnsafeUnpin for BundleUriList
impl UnwindSafe for BundleUriList
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