Struct git_trailers::DisplayMany
source · [−]pub struct DisplayMany<'a, S> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<'a, S> RefUnwindSafe for DisplayMany<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for DisplayMany<'a, S>where
S: Send,
impl<'a, S> Sync for DisplayMany<'a, S>where
S: Sync,
impl<'a, S> Unpin for DisplayMany<'a, S>where
S: Unpin,
impl<'a, S> UnwindSafe for DisplayMany<'a, S>where
S: UnwindSafe,
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