pub struct ChangepackArgs {
pub filter: Option<FilterOptions>,
pub remote: bool,
pub yes: bool,
pub message: Option<String>,
pub update_type: Option<UpdateType>,
}Fields§
§filter: Option<FilterOptions>§remote: bool§yes: bool§message: Option<String>§update_type: Option<UpdateType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChangepackArgs
impl RefUnwindSafe for ChangepackArgs
impl Send for ChangepackArgs
impl Sync for ChangepackArgs
impl Unpin for ChangepackArgs
impl UnwindSafe for ChangepackArgs
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