pub struct ProtocolV2FetchPackfileUri {
pub pack_hash: ObjectId,
pub uri: String,
}Fields§
§pack_hash: ObjectId§uri: StringTrait Implementations§
Source§impl Clone for ProtocolV2FetchPackfileUri
impl Clone for ProtocolV2FetchPackfileUri
Source§fn clone(&self) -> ProtocolV2FetchPackfileUri
fn clone(&self) -> ProtocolV2FetchPackfileUri
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 ProtocolV2FetchPackfileUri
impl Debug for ProtocolV2FetchPackfileUri
impl Eq for ProtocolV2FetchPackfileUri
Source§impl PartialEq for ProtocolV2FetchPackfileUri
impl PartialEq for ProtocolV2FetchPackfileUri
Source§fn eq(&self, other: &ProtocolV2FetchPackfileUri) -> bool
fn eq(&self, other: &ProtocolV2FetchPackfileUri) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtocolV2FetchPackfileUri
Auto Trait Implementations§
impl Freeze for ProtocolV2FetchPackfileUri
impl RefUnwindSafe for ProtocolV2FetchPackfileUri
impl Send for ProtocolV2FetchPackfileUri
impl Sync for ProtocolV2FetchPackfileUri
impl Unpin for ProtocolV2FetchPackfileUri
impl UnsafeUnpin for ProtocolV2FetchPackfileUri
impl UnwindSafe for ProtocolV2FetchPackfileUri
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