Struct git2::MessageTrailersBytes
source · pub struct MessageTrailersBytes(/* private fields */);
Expand description
Collection of unencoded (bytes) trailers.
Use iter()
to get access to the values.
Implementations§
Auto Trait Implementations§
impl Freeze for MessageTrailersBytes
impl RefUnwindSafe for MessageTrailersBytes
impl !Send for MessageTrailersBytes
impl !Sync for MessageTrailersBytes
impl Unpin for MessageTrailersBytes
impl UnwindSafe for MessageTrailersBytes
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