pub struct BondCleanOutput {
pub cleaned: Vec<String>,
}Expand description
Result of bond --clean.
Fields§
§cleaned: Vec<String>Trait Implementations§
Source§impl Clone for BondCleanOutput
impl Clone for BondCleanOutput
Source§fn clone(&self) -> BondCleanOutput
fn clone(&self) -> BondCleanOutput
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 BondCleanOutput
impl Debug for BondCleanOutput
Source§impl<'de> Deserialize<'de> for BondCleanOutput
impl<'de> Deserialize<'de> for BondCleanOutput
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 BondCleanOutput
impl RefUnwindSafe for BondCleanOutput
impl Send for BondCleanOutput
impl Sync for BondCleanOutput
impl Unpin for BondCleanOutput
impl UnsafeUnpin for BondCleanOutput
impl UnwindSafe for BondCleanOutput
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