pub struct ClawHubLockEntry {
pub version: String,
pub installed_at: String,
}Expand description
A single entry in the lockfile.
Fields§
§version: String§installed_at: StringTrait Implementations§
Source§impl Clone for ClawHubLockEntry
impl Clone for ClawHubLockEntry
Source§fn clone(&self) -> ClawHubLockEntry
fn clone(&self) -> ClawHubLockEntry
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 ClawHubLockEntry
impl Debug for ClawHubLockEntry
Source§impl<'de> Deserialize<'de> for ClawHubLockEntry
impl<'de> Deserialize<'de> for ClawHubLockEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ClawHubLockEntry
impl RefUnwindSafe for ClawHubLockEntry
impl Send for ClawHubLockEntry
impl Sync for ClawHubLockEntry
impl Unpin for ClawHubLockEntry
impl UnsafeUnpin for ClawHubLockEntry
impl UnwindSafe for ClawHubLockEntry
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