pub struct UpstreamCommand { /* private fields */ }
Expand description
Command to manage upstream configuration
Implementations§
Source§impl UpstreamCommand
impl UpstreamCommand
pub fn new(action: UpstreamAction) -> Self
Trait Implementations§
Source§impl Command for UpstreamCommand
impl Command for UpstreamCommand
Source§impl GitCommand for UpstreamCommand
impl GitCommand for UpstreamCommand
Auto Trait Implementations§
impl Freeze for UpstreamCommand
impl RefUnwindSafe for UpstreamCommand
impl Send for UpstreamCommand
impl Sync for UpstreamCommand
impl Unpin for UpstreamCommand
impl UnwindSafe for UpstreamCommand
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