pub enum RemoteHost {
GitHub {
owner: String,
name: String,
},
Other,
}Variants§
Implementations§
Source§impl RemoteHost
impl RemoteHost
Trait Implementations§
Source§impl Debug for RemoteHost
impl Debug for RemoteHost
Source§impl PartialEq for RemoteHost
impl PartialEq for RemoteHost
impl Eq for RemoteHost
impl StructuralPartialEq for RemoteHost
Auto Trait Implementations§
impl Freeze for RemoteHost
impl RefUnwindSafe for RemoteHost
impl Send for RemoteHost
impl Sync for RemoteHost
impl Unpin for RemoteHost
impl UnwindSafe for RemoteHost
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