pub enum RemoteHelperRefValue {
Object(ObjectId),
Unknown,
Symbolic(String),
}Expand description
One entry from a helper’s list response.
Variants§
Trait Implementations§
Source§impl Clone for RemoteHelperRefValue
impl Clone for RemoteHelperRefValue
Source§fn clone(&self) -> RemoteHelperRefValue
fn clone(&self) -> RemoteHelperRefValue
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 RemoteHelperRefValue
impl Debug for RemoteHelperRefValue
impl Eq for RemoteHelperRefValue
Source§impl PartialEq for RemoteHelperRefValue
impl PartialEq for RemoteHelperRefValue
impl StructuralPartialEq for RemoteHelperRefValue
Auto Trait Implementations§
impl Freeze for RemoteHelperRefValue
impl RefUnwindSafe for RemoteHelperRefValue
impl Send for RemoteHelperRefValue
impl Sync for RemoteHelperRefValue
impl Unpin for RemoteHelperRefValue
impl UnsafeUnpin for RemoteHelperRefValue
impl UnwindSafe for RemoteHelperRefValue
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