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