pub struct DumbHttpRefRecord {
pub oid: ObjectId,
pub name: String,
pub peeled: bool,
}Fields§
§oid: ObjectId§name: String§peeled: boolTrait Implementations§
Source§impl Clone for DumbHttpRefRecord
impl Clone for DumbHttpRefRecord
Source§fn clone(&self) -> DumbHttpRefRecord
fn clone(&self) -> DumbHttpRefRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DumbHttpRefRecord
impl Debug for DumbHttpRefRecord
impl Eq for DumbHttpRefRecord
Source§impl PartialEq for DumbHttpRefRecord
impl PartialEq for DumbHttpRefRecord
Source§fn eq(&self, other: &DumbHttpRefRecord) -> bool
fn eq(&self, other: &DumbHttpRefRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DumbHttpRefRecord
Auto Trait Implementations§
impl Freeze for DumbHttpRefRecord
impl RefUnwindSafe for DumbHttpRefRecord
impl Send for DumbHttpRefRecord
impl Sync for DumbHttpRefRecord
impl Unpin for DumbHttpRefRecord
impl UnsafeUnpin for DumbHttpRefRecord
impl UnwindSafe for DumbHttpRefRecord
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