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