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