pub struct BundleUriEntry {
pub id: String,
pub uri: Option<String>,
pub creation_token: u64,
}Fields§
§id: String§uri: Option<String>§creation_token: u64Trait Implementations§
Source§impl Clone for BundleUriEntry
impl Clone for BundleUriEntry
Source§fn clone(&self) -> BundleUriEntry
fn clone(&self) -> BundleUriEntry
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 BundleUriEntry
impl Debug for BundleUriEntry
Source§impl Default for BundleUriEntry
impl Default for BundleUriEntry
Source§fn default() -> BundleUriEntry
fn default() -> BundleUriEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BundleUriEntry
impl RefUnwindSafe for BundleUriEntry
impl Send for BundleUriEntry
impl Sync for BundleUriEntry
impl Unpin for BundleUriEntry
impl UnsafeUnpin for BundleUriEntry
impl UnwindSafe for BundleUriEntry
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