pub struct LockfileInterface {
pub files: Vec<String>,
}Fields§
§files: Vec<String>Trait Implementations§
Source§impl Clone for LockfileInterface
impl Clone for LockfileInterface
Source§fn clone(&self) -> LockfileInterface
fn clone(&self) -> LockfileInterface
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 Debug for LockfileInterface
impl Debug for LockfileInterface
Source§impl<'de> Deserialize<'de> for LockfileInterface
impl<'de> Deserialize<'de> for LockfileInterface
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
Source§impl PartialEq for LockfileInterface
impl PartialEq for LockfileInterface
Source§impl Serialize for LockfileInterface
impl Serialize for LockfileInterface
impl StructuralPartialEq for LockfileInterface
Auto Trait Implementations§
impl Freeze for LockfileInterface
impl RefUnwindSafe for LockfileInterface
impl Send for LockfileInterface
impl Sync for LockfileInterface
impl Unpin for LockfileInterface
impl UnsafeUnpin for LockfileInterface
impl UnwindSafe for LockfileInterface
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