pub struct RemoteId(/* private fields */);
Expand description
The remote ID of a remote.
Trait Implementations§
impl Eq for RemoteId
impl StructuralPartialEq for RemoteId
Auto Trait Implementations§
impl Freeze for RemoteId
impl RefUnwindSafe for RemoteId
impl Send for RemoteId
impl Sync for RemoteId
impl Unpin for RemoteId
impl UnwindSafe for RemoteId
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