Struct gitoxide_core::repository::remote::refs::Context
source · [−]pub struct Context {
pub format: OutputFormat,
pub name: Option<String>,
pub url: Option<Url>,
}Fields
format: OutputFormatname: Option<String>url: Option<Url>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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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