pub(super) struct JournalMetadata<'a> {
pub(super) package_id: &'a str,
pub(super) version: &'a str,
pub(super) engine: &'a str,
pub(super) deployment_kind: DeploymentKind,
pub(super) install_dir: &'a str,
}Fields§
§package_id: &'a str§version: &'a str§engine: &'a str§deployment_kind: DeploymentKind§install_dir: &'a strTrait Implementations§
Source§impl<'a> Clone for JournalMetadata<'a>
impl<'a> Clone for JournalMetadata<'a>
Source§fn clone(&self) -> JournalMetadata<'a>
fn clone(&self) -> JournalMetadata<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for JournalMetadata<'a>
impl<'a> Debug for JournalMetadata<'a>
Source§impl<'a> PartialEq for JournalMetadata<'a>
impl<'a> PartialEq for JournalMetadata<'a>
impl<'a> Copy for JournalMetadata<'a>
impl<'a> Eq for JournalMetadata<'a>
impl<'a> StructuralPartialEq for JournalMetadata<'a>
Auto Trait Implementations§
impl<'a> Freeze for JournalMetadata<'a>
impl<'a> RefUnwindSafe for JournalMetadata<'a>
impl<'a> Send for JournalMetadata<'a>
impl<'a> Sync for JournalMetadata<'a>
impl<'a> Unpin for JournalMetadata<'a>
impl<'a> UnwindSafe for JournalMetadata<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.