pub struct OwnersCheckInput {
pub workspace_path: String,
pub all: bool,
}Expand description
Input for checking owners.
Fields§
§workspace_path: StringWorkspace root.
all: boolInclude every package.
Trait Implementations§
Source§impl Clone for OwnersCheckInput
impl Clone for OwnersCheckInput
Source§fn clone(&self) -> OwnersCheckInput
fn clone(&self) -> OwnersCheckInput
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 moreAuto Trait Implementations§
impl Freeze for OwnersCheckInput
impl RefUnwindSafe for OwnersCheckInput
impl Send for OwnersCheckInput
impl Sync for OwnersCheckInput
impl Unpin for OwnersCheckInput
impl UnsafeUnpin for OwnersCheckInput
impl UnwindSafe for OwnersCheckInput
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