pub struct Remotes;
Trait Implementations§
Source§impl Ord for Remotes
impl Ord for Remotes
Source§impl PartialOrd for Remotes
impl PartialOrd for Remotes
impl Copy for Remotes
impl Eq for Remotes
impl StructuralPartialEq for Remotes
Auto Trait Implementations§
impl Freeze for Remotes
impl RefUnwindSafe for Remotes
impl Send for Remotes
impl Sync for Remotes
impl Unpin for Remotes
impl UnwindSafe for Remotes
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