pub struct ConfiguredRemotePull {
pub ssh: String,
pub name: String,
pub refresh: bool,
}Fields§
§ssh: String§name: String§refresh: boolTrait Implementations§
Source§impl Clone for ConfiguredRemotePull
impl Clone for ConfiguredRemotePull
Auto Trait Implementations§
impl Freeze for ConfiguredRemotePull
impl RefUnwindSafe for ConfiguredRemotePull
impl Send for ConfiguredRemotePull
impl Sync for ConfiguredRemotePull
impl Unpin for ConfiguredRemotePull
impl UnsafeUnpin for ConfiguredRemotePull
impl UnwindSafe for ConfiguredRemotePull
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