Struct gitoxide_core::repository::remote::refs::Context
source · [−]pub struct Context {
pub format: OutputFormat,
pub name: Option<String>,
pub url: Option<Url>,
pub handshake_info: bool,
}
Available on crate features
blocking-client
or async-client
only.Fields
format: OutputFormat
name: Option<String>
url: Option<Url>
handshake_info: bool
Auto Trait Implementations
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more